26 lines
422 B
PHP
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> |