summaryrefslogtreecommitdiff
path: root/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html
new file mode 100644
index 0000000..8b7ddc9
--- /dev/null
+++ b/app/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
+ <title>Hello World!</title>
+ <link rel="stylesheet" href="./build/index.css">
+</head>
+<body>
+<div id="app"></div>
+<script src="./build/index.js"></script>
+</body>
+</html>