Access-SC1.md
... ...
@@ -0,0 +1,15 @@
1
+<form action='/auth/login' method='post'>
2
+<ul>
3
+<li class='email' id='user__email' style="list-style-type: none;">
4
+<label>Email____</label>
5
+<input autofocus id='user__email' maxlength='255' name='user[email]' required size='40' type='email' />
6
+</li>
7
+<li class='password' id='user__password' style="list-style-type: none;">
8
+<label>Password </label>
9
+<input id='user__password' maxlength='255' name='user[password]' required size='40' type='password' />
10
+</li>
11
+<li style="list-style-type: none;">
12
+<input class='btn' type='submit' value='Log in'>
13
+</li>
14
+</ul>
15
+</form>
... ...
\ No newline at end of file