polycule-connect/polyculeconnect/templates/index.html

15 lines
178 B
HTML
Raw Normal View History

2023-10-14 16:06:02 +00:00
<html>
<head>
</head>
<body>
<form action="/login" method="post">
<div>
<input type="submit" value="login">
</div>
</form>
</body>
</html>