summaryrefslogtreecommitdiff
path: root/templates/login.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html.ep')
-rw-r--r--templates/login.html.ep18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/login.html.ep b/templates/login.html.ep
new file mode 100644
index 0000000..b9b79eb
--- /dev/null
+++ b/templates/login.html.ep
@@ -0,0 +1,18 @@
+<div class="row">
+ <form class="col s12">
+ <div class="row">
+ <div class="input-field col s12">
+ <i class="material-icons prefix">account_circle</i>
+ <input id="user" type="text" class="validate">
+ <label for="user">User</label>
+ </div>
+ </div>
+ <div class="row">
+ <div class="input-field col s12">
+ <i class="material-icons prefix">lock</i>
+ <input id="password" type="password" class="validate">
+ <label for="password">Password</label>
+ </div>
+ </div>
+ </form>
+</div>