Basic login redirect
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2021-06-11 14:23:13 +02:00
parent 043eaff5fd
commit 82a506278b
4 changed files with 36 additions and 3 deletions

8
templates/login.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>Login</title>
</head>
<body>
<p>Please login</p>
</body>
</html>