14 lines
281 B
HTML
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>
|