tracreport/static/generate-report.html

29 lines
700 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Generate Report</title>
</head>
<body>
<h1>Generate A/C Fault Report</h1>
<p>This page is under development. For now, reports will be sent out through other means.</p>
<!--
<form action="/report/generate" method="GET">
<div>
<label for="start">Start Date</label>
<input type="date" id="start" name="start" required>
</div>
<div>
<label for="end">End Date</label>
<input type="date" id="end" name="end" required>
</div>
<button type="submit">Generate Report</button>
</form>
-->
</body>
</html>