aboutsummaryrefslogtreecommitdiff
path: root/src_web/index.html
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2020-04-11 02:42:27 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2020-04-11 02:42:27 +0200
commit816d4add6f017775bc1f6607e392bfb71e393ffa (patch)
tree33a25a5b7420c9a1d4d606b312748a5a7426a0b8 /src_web/index.html
parentf8ab65b277c2eb7b9ed0e6d78f0302d388e0eff0 (diff)
repository refactoring
Diffstat (limited to 'src_web/index.html')
-rw-r--r--src_web/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src_web/index.html b/src_web/index.html
new file mode 100644
index 0000000..f6ff4eb
--- /dev/null
+++ b/src_web/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>