Lots of remote changes.

dht is now processing commands!
hurray!
This commit is contained in:
d-popov
2020-04-09 12:16:02 +03:00
parent 794eda52af
commit b628ade4dd
18 changed files with 1810 additions and 39 deletions

13
views/login.ejs Normal file
View 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>