blob: 1ee812bb1d6d5f8bfc005f2431e7c73874b44c35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head>
<title>Search</title>
<link href="styles/style.css" rel="Stylesheet">
<script type="text/javascript" src="scripts/pages.js" async="async"></script>
<script>var pathToRoot = "";</script>
</head>
<body>
<div id="navigation">
<div id="searchBar">
<form action="-search.html" method="get" id="searchForm"><input type="search" name="query"><input type="submit" value="Search"></form>
</div>
<div id="sideMenu"></div>
</div>
<div id="content">
<h1 id="searchTitle">Search results for </h1>
<table>
<tbody id="searchTable"></tbody>
</table>
</div>
</body>
</html>
|