ICOD/templates/index.html
Jens Jasche e5aa8e5d24 updates
2024-06-10 17:51:51 +02:00

14 lines
281 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>File Generator</title>
</head>
<body>
<h1>Generate and Download File</h1>
<form action="/generate" method="post">
<button type="submit">Generate File</button>
</form>
</body>
</html>