saved
This commit is contained in:
19
flask_backend/templates/index.html
Normal file
19
flask_backend/templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user