Finally done!

This commit is contained in:
Astatin3
2024-02-20 10:25:34 -07:00
parent ef75228361
commit bd77a9fcc5
24 changed files with 645 additions and 215 deletions
+10 -7
View File
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html data-theme="dark">
<head>
<link href="/src/pico.min.css" rel="stylesheet">
<link href="/src/style.css" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<title><!--Place title here!!!--></title>
</head>
<body>
<nav class="navbar text-white noselect">
<nav class="navbar text-invert noselect">
<ul class="nav">
<!--Place tabs here!!!-->
<h2 class="navconntext text-white" id="connecticon" onclick="window.location.reload()" style="cursor:pointer;">
<h2 class="navconntext text-invert" id="connecticon" onclick="window.location.reload()" style="cursor:pointer;">
Disconnected
</h2>
</ul>
</nav>
<div class="navpanel text-white noselect">
<a href="<!--Place defaultPage here!!!-->" class="text-white navTitle">
<div class="navpanel text-invert noselect">
<a href="<!--Place defaultPage here!!!-->" class="text-invert navTitle">
<!--Place title here!!!-->
</a>
<hr>
@@ -27,4 +29,5 @@
</div>
<div id="popupBox" class="popupBox"> </div>
<script type="module" src="/src/main.js"></script>
</body>
</body>
</html>