Folder reorganize 1
This commit is contained in:
26
OLD/search/search.php
Normal file
26
OLD/search/search.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user