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