polycule-connect/polyculeconnect/templates/index.html
Melora Hugues 55bac84bc2
Some checks failed
continuous-integration/drone Build is failing
Add first basic POC
2023-10-14 18:08:03 +02:00

15 lines
No EOL
178 B
HTML

<html>
<head>
</head>
<body>
<form action="/login" method="post">
<div>
<input type="submit" value="login">
</div>
</form>
</body>
</html>