Files
Titeto-WSO2-ActiveMQ/flask_backend/templates/index.html
2025-10-17 00:09:26 +02:00

19 lines
429 B
HTML

<!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>