Add cli & lib crates

This commit is contained in:
2021-04-22 15:13:28 +02:00
parent e39cffa3f6
commit 3a9ecc398a
53 changed files with 5065 additions and 99 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
{{>head}}
<body>
<h1 class="title">stl</h1>
<h2>Logga in</h2>
<form action="/api/login" method="post">
<input type="password" id="password" name="password"></input>
</form>
</body>
</html>