mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-08 16:18:03 -06:00
30 lines
847 B
HTML
Executable File
30 lines
847 B
HTML
Executable File
<!DOCTYPE html>
|
|
<head>
|
|
<link href="/src/pico.min.css" rel="stylesheet">
|
|
<link href="/src/style.css" rel="stylesheet">
|
|
|
|
<title><!--Place title here!!!--></title>
|
|
</head>
|
|
<body>
|
|
<nav class="navbar text-white noselect">
|
|
<ul class="nav">
|
|
<!--Place tabs here!!!-->
|
|
<h2 class="navconntext text-white" 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">
|
|
<!--Place title here!!!-->
|
|
</a>
|
|
<hr>
|
|
<!--Place pages here!!!-->
|
|
<hr>
|
|
</div>
|
|
<div class="maindiv">
|
|
<!--Place body here!!!-->
|
|
</div>
|
|
<div id="popupBox" class="popupBox"> </div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body> |