From c75e05b2fcbd08ec77a2ac85837f9f58829a44f6 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sun, 2 Jul 2017 02:45:51 +0200 Subject: build environment and basic folder structure --- src_web/static/index.html | 10 ++++++++++ src_web/style/main.scss | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 src_web/static/index.html create mode 100644 src_web/style/main.scss (limited to 'src_web') 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 @@ + + + + + Hatter + + + + + 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; +} -- cgit v1.2.3-70-g09d2