initial commit of slink

This commit is contained in:
2021-02-04 15:07:55 +01:00
commit d64f205162
23 changed files with 3989 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{% extends "base.html" %}
{% block content %}
<div class="center">
<form action="" method="POST">
<div>
<label for="username">Benutzername:</label>
<input type="text" name="username">
</div>
<div>
<label for="password">Passwort:</label>
<input type="password" name="password">
</div>
<input type="submit" value="Login">
</form>
<h2>&nbsp;</h2>
</div>
{% endblock %}