generated from tomo0613/ts-project-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
21 lines (21 loc) · 995 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<title>offroadJS_v2</title>
<link rel="stylesheet" type="text/css" media="screen" href="./style/main.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="./style/input.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="./style/notifications.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="./style/modal.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="./style/tabbedBox.css"/>
</head>
<body>
<nav id="topLeftPanel" class="floatingPanel"></nav>
<nav id="topRightPanel" class="floatingPanel hidden"></nav>
<nav id="bottomRightPanel" class="floatingPanel hidden"></nav>
<nav id="bottomLeftPanel" class="floatingPanel hidden"></nav>
<script type="module" src="./src/main.ts"></script>
</body>
</html>