tulip/pages/login.go.html

25 lines
556 B
HTML
Raw Normal View History

2023-09-06 22:20:09 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>1f349 ID</title>
</head>
<body>
<header>
<h1>1f349 ID</h1>
</header>
<main>
<form method="POST" action="">
<div>
<label for="username">User Name</label>
<input type="text" name="username" id="username" required/>
</div>
<div>
<label for="password">Password</label>
<input type="password" name="password" id="password" required/>
</div>
<button type="submit">Login</button>
</form>
</main>
</body>
</html>