aboutsummaryrefslogtreecommitdiff
path: root/src_web/static
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2017-07-02 02:45:51 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2017-07-02 02:45:51 +0200
commitc75e05b2fcbd08ec77a2ac85837f9f58829a44f6 (patch)
tree446e9f371f0847b78832a8ff5594c56e6c891d7b /src_web/static
parent268bb2951c9026e8935c0a99d188416422351a0e (diff)
build environment and basic folder structure
Diffstat (limited to 'src_web/static')
-rw-r--r--src_web/static/index.html10
1 files changed, 10 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>