diff options
Diffstat (limited to 'src_web')
| -rw-r--r-- | src_web/static/index.html | 10 | ||||
| -rw-r--r-- | src_web/style/main.scss | 6 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src_web/static/index.html b/src_web/static/index.html new file mode 100644 index 0000000..b738fb0 --- /dev/null +++ b/src_web/static/index.html @@ -0,0 +1,10 @@ +<!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 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; +} |
