aboutsummaryrefslogtreecommitdiff
path: root/src_web/static/index.html
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2017-04-24 23:08:48 +0200
committerbozokopic <bozo.kopic@gmail.com>2017-04-24 23:08:48 +0200
commited9f4f8991f4e8b31270dbbf17215732d73c9e37 (patch)
treeb90b09f4270ee090627e1f24dfa0c50cabdf7320 /src_web/static/index.html
parent8daf24776f21e4cb36c7e545d74438fe6d9f0a15 (diff)
simple web app
Diffstat (limited to 'src_web/static/index.html')
-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..f6ff4eb
--- /dev/null
+++ b/src_web/static/index.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>