summaryrefslogtreecommitdiff
path: root/gui/index.html
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-12 08:26:53 +0000
committerJoe Carstairs <me@joeac.net>2024-12-12 08:26:53 +0000
commit8a30bcbdf9264d235bf93da3df8e170cfde53d02 (patch)
tree5f9b6fe956c72b89a89cc936ab86ec1bffc271f5 /gui/index.html
parent51711fb42a44b452cdf1b4fd6a716d0251f23dda (diff)
Removes web GUI
Diffstat (limited to 'gui/index.html')
-rw-r--r--gui/index.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/gui/index.html b/gui/index.html
deleted file mode 100644
index 458e452..0000000
--- a/gui/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Budgeting App</title>
- <link rel="stylesheet" href="/styles.css" />
- </head>
- <body>
- <div id="root"></div>
- <script type="module" src="/src/index.tsx"></script>
- </body>
-</html>