1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-22 15:44:19 +00:00
estus/templates/user_add.html.j2

21 lines
554 B
Text
Raw Normal View History

2017-02-01 07:21:18 +00:00
<html>
<head>
<title>Aggiungi un pesce rosso</title>
<link rel="stylesheet" href="{{css}}">
</head>
<body>
<div class="pepsecret">Ciao Ciao</div>
<div class="container">
<h1>
Login
</h1>
<form action="/user_add" method="post">
<input type="text" placeholder="Nome e cognome" name="nome">
<input type="text" placeholder="Username" name="username">
<input type="password" placeholder="Password" name="password">
<input type="submit">
</form>
</div>
</body>
</html>