polycule-connect/polyculeconnect/templates/index.html
Melora Hugues 4507728dae
All checks were successful
continuous-integration/drone/push Build is passing
Add first basic POC
2023-10-14 18:28:01 +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>