aboutsummaryrefslogtreecommitdiff
path: root/hsm-web/Html/index.html
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-01-02 08:28:01 +0000
committerPaul Oliver <contact@pauloliver.dev>2026-01-02 08:28:01 +0000
commit43af089b3588b6fd29a1b09be9874054e0291c5e (patch)
treee89ec99e4045e74269de6289db8533f41944cedb /hsm-web/Html/index.html
parent62fce45039b0b8ab3d9d42b69a000fec00e1d35e (diff)
Adds scaffolding for Vue.js frontend
Diffstat (limited to 'hsm-web/Html/index.html')
-rw-r--r--hsm-web/Html/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/hsm-web/Html/index.html b/hsm-web/Html/index.html
deleted file mode 100644
index 60ec1a3..0000000
--- a/hsm-web/Html/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>HsMouse Monitor</title>
- <meta charset="utf-8"/>
- </head>
- <body>
- <h1>HsMouse</h1>
- </body>
- <script>
- </script>
- <style>
- body, html {
- background-color: #002b36;
- color: #586e75;
- font-family: monospace;
- height: 100%;
- margin: 0;
- position: relative;
- }
- </style>
-</html>