reconcile boot and admin pages further

This adds some remaining parts of the boot page to
the admin panel, and then removes the boot page.
This commit is contained in:
Paul Fitzpatrick
2024-05-01 18:17:26 -04:00
parent b4acb157f8
commit 7a57a8c6ee
16 changed files with 401 additions and 270 deletions

View File

@@ -1,15 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="utf8">
<!-- INSERT BASE -->
<link rel="icon" type="image/x-icon" href="icons/favicon.png" />
<link rel="stylesheet" href="icons/icons.css">
<!-- INSERT LOCALE -->
<!-- INSERT CONFIG -->
<title>Loading...<!-- INSERT TITLE SUFFIX --></title>
</head>
<body>
<script crossorigin="anonymous" src="boot.bundle.js"></script>
</body>
</html>