numerus/web/template/index.html

16 lines
325 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Numerus</title>
</head>
<body>
<h1>Numerus</h1>
<h2>Welcome</h2>
<form method="POST" action="/logout">
<button type="submit">Logout</button>
</form>
</body>
</html>