summaryrefslogtreecommitdiff
path: root/hosts/ahmed/minecraft-log-server/public/index.html
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-02-02 20:26:54 +0100
committerLinnnus <[email protected]>2025-02-02 20:32:34 +0100
commite75d377abb059340f17c571089f14ffb7bbd6bbe (patch)
tree7f4dff882236b5a6218e2750630a4eefd0bc6bd0 /hosts/ahmed/minecraft-log-server/public/index.html
parent8e4bb609374af47a74d06af708f75ae17c654d8a (diff)
ahmed/minecraft-log-server: Init
Diffstat (limited to 'hosts/ahmed/minecraft-log-server/public/index.html')
-rw-r--r--hosts/ahmed/minecraft-log-server/public/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/ahmed/minecraft-log-server/public/index.html b/hosts/ahmed/minecraft-log-server/public/index.html
new file mode 100644
index 0000000..37fdaac
--- /dev/null
+++ b/hosts/ahmed/minecraft-log-server/public/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <script type="module" src="./scripts/plain.js"></script>
+ <link rel="stylesheet" href="./styles/plain.css">
+ </head>
+ <body>
+ <p>System events will appear below.</p>
+ <pre><output id="target"></output></pre>
+ </body>
+</html>