Lots of remote changes.
dht is now processing commands! hurray!
This commit is contained in:
13
views/login.ejs
Normal file
13
views/login.ejs
Normal file
@@ -0,0 +1,13 @@
|
||||
<form action="/n/login" method="post">
|
||||
<div class="form-group">
|
||||
<label>Username:</label>
|
||||
<input type="text" name="username" class="form-control" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Password:</label>
|
||||
<input type="password" name="password" class="form-control" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="submit" class='btn btn-default button' value="Log In" />
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user