-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-alt.html
More file actions
34 lines (29 loc) · 891 Bytes
/
Copy pathindex-alt.html
File metadata and controls
34 lines (29 loc) · 891 Bytes
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
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/global/icons/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BA-Prototyp</title>
</head>
<body>
<!-- Temporary -->
<input type="checkbox" id="toggleNodes">
<label for="toggleNodes">Show only labels</label>
<!-- Top Menu Bar -->
<div class="flex-container">
<div class="left" id="menuBtn"></div>
<div class="center"></div>
<div class="right" id="nameDiv"></div>
</div>
<!-- Side-Bar -->
<div id="sidebarBase" class="sidebarBase">
<!-- <div id="menuBtn"></div> -->
<div id="sidebar">
<div id="hotlist"></div>
</div>
</div>
<div id="app"></div>
<script type="module" src="/src/page/main.ts"></script>
</body>
</html>