aboutsummaryrefslogtreecommitdiff
path: root/hsm-web/Client/public
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/Client/public
parent62fce45039b0b8ab3d9d42b69a000fec00e1d35e (diff)
Adds scaffolding for Vue.js frontend
Diffstat (limited to 'hsm-web/Client/public')
-rw-r--r--hsm-web/Client/public/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/hsm-web/Client/public/index.html b/hsm-web/Client/public/index.html
new file mode 100644
index 0000000..7928e80
--- /dev/null
+++ b/hsm-web/Client/public/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
+ <title>HsMouse</title>
+ </head>
+ <body>
+ <div id="app"></div>
+ </body>
+</html>