aboutsummaryrefslogtreecommitdiff
path: root/src_web/static/main.html
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2017-04-24 17:03:08 +0200
committerbozokopic <bozo.kopic@gmail.com>2017-04-24 17:03:08 +0200
commit8daf24776f21e4cb36c7e545d74438fe6d9f0a15 (patch)
tree66c8ebe07c005252040cef53ab1ea30d5f54ba94 /src_web/static/main.html
parentaa015cad8b69a55fbd5f171f786de11273b1a64f (diff)
webpack init
Diffstat (limited to 'src_web/static/main.html')
-rw-r--r--src_web/static/main.html10
1 files changed, 10 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>