aboutsummaryrefslogtreecommitdiff
path: root/174bg/manager/index.html
diff options
context:
space:
mode:
Diffstat (limited to '174bg/manager/index.html')
-rw-r--r--174bg/manager/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/174bg/manager/index.html b/174bg/manager/index.html
new file mode 100644
index 0000000..2527574
--- /dev/null
+++ b/174bg/manager/index.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>174th Battle Group: Manager</title>
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
+ <link
+ href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap"
+ rel="stylesheet"
+ />
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.jsx"></script>
+ </body>
+</html>