ICOD/templates/index.html

14 lines
281 B
HTML
Raw Normal View History

2024-06-10 17:51:51 +02:00
<!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>