summaryrefslogtreecommitdiffstats
path: root/src/renderer/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/index.html')
-rw-r--r--src/renderer/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/renderer/index.html b/src/renderer/index.html
new file mode 100644
index 0000000..5bd9d1f
--- /dev/null
+++ b/src/renderer/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
+ <title>RPGedit</title>
+ </head>
+ <body>
+ <div id="app"></div>
+ </body>
+</html>