pushing unfinished work for the night

This commit is contained in:
TaiAurori 2022-06-24 23:25:49 -04:00
parent 27f4047cf7
commit 7e089795c7
14 changed files with 760 additions and 156 deletions

15
web/index.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Tripwire Web Panel</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='./web/main.css'>
<script src="https://unpkg.com/mithril/mithril.js"></script>
<script src="https://unpkg.com/js-cookie"></script>
<script src='./web/main.js' type="module"></script>
</head>
<body>
<noscript>JavaScript must be enabled to use this application.</noscript>
</body>
</html>