This commit is contained in:
2025-10-17 00:09:26 +02:00
parent 2aa8d98aa1
commit aa033aafbe
15 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Upload the </h1>
<form action="/manage/John" method="post">
<button type="submit">Manage John</button>
</form>
<form action="/page/Jane" method="post">
<button type="submit">Go to Jane's Page</button>
</form>
{{ message }}
</body>
</html>