aboutsummaryrefslogtreecommitdiff
path: root/src_web
diff options
context:
space:
mode:
Diffstat (limited to 'src_web')
-rw-r--r--src_web/static/index.html10
-rw-r--r--src_web/style/main.scss6
2 files changed, 0 insertions, 16 deletions
diff --git a/src_web/static/index.html b/src_web/static/index.html
deleted file mode 100644
index b738fb0..0000000
--- a/src_web/static/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="UTF-8">
- <title>Hatter</title>
- <script src="main.js"></script>
-</head>
-<body>
-</body>
-</html>
diff --git a/src_web/style/main.scss b/src_web/style/main.scss
deleted file mode 100644
index 2181a8b..0000000
--- a/src_web/style/main.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-@import '~normalize.css/normalize';
-
-body {
- font-size: 9pt;
- margin: 5px;
-}