Add first basic POC
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Melora Hugues 2023-10-14 18:06:02 +02:00
parent e75a4d4607
commit 4507728dae
32 changed files with 725 additions and 551 deletions

View file

@ -0,0 +1,15 @@
<html>
<head>
</head>
<body>
<form action="/login" method="post">
<div>
<input type="submit" value="login">
</div>
</form>
</body>
</html>