summaryrefslogtreecommitdiff
path: root/frontend/index.html
blob: 44e988fab8d59d608795311277d18df42caa9af0 (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
<!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">
			<div id="sidebar">
				<input type="search" id="searchbar"></input>
				<table id="docset-table">
					<tbody>
					</tbody>
				</table>
			</div>
			<embed id="docset-page" type="text/html" src="./test.html">
		</span>

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