diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-01-02 08:28:01 +0000 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-01-02 08:28:01 +0000 |
| commit | 43af089b3588b6fd29a1b09be9874054e0291c5e (patch) | |
| tree | e89ec99e4045e74269de6289db8533f41944cedb /hsm-web/Client/public/index.html | |
| parent | 62fce45039b0b8ab3d9d42b69a000fec00e1d35e (diff) | |
Adds scaffolding for Vue.js frontend
Diffstat (limited to 'hsm-web/Client/public/index.html')
| -rw-r--r-- | hsm-web/Client/public/index.html | 12 |
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> |
