Files
2026-02-17 12:44:37 -06:00

26 lines
422 B
PHP

<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table >
<tr>
<th>Controls Data Search</th>
</tr>
</table>
<table >
<tr>
<td>
<form action="results.php">
<input type="text" placeholder="2016-10-06 05:00:00..." name="term" />
<input type="submit" value="Search" />
</form>
</td>
</tr>
</table>
<table style="margin: 0px auto;" class="stat">
</table>
</body>
</html>