summaryrefslogtreecommitdiff
path: root/frontend/index.html
blob: 40366458116089a66abdeaa54ebe4f947beba88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Dash Docset Viewer</title>
		<link href="./style.css" rel="stylesheet"/>
	</head>

	<body>
		<div id="header">
			<h1>Dash Docset Viewer</h1>
		</div>
		<span id="main-body">
			<table id="searchbar">
				<tr>
					<td scope="col">
						<input type="search"></input>
					</td>
				</tr>
				<tr>
					<td scope="row">
						<button id="docset-example-parent" class="docset-parent">
							example.com
						</button>
					</td>
				</tr>
			</table>
			<embed id="docset-page" type="text/html" src="./test.html">
		</span>

		<script src="./script.js">
		</script>
	</body>
</html>