aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/index.html')
-rw-r--r--src/renderer/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/renderer/index.html b/src/renderer/index.html
new file mode 100644
index 0000000..edffc05
--- /dev/null
+++ b/src/renderer/index.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="UTF-8" />
+ <title>tiny-discord-feed</title>
+ <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
+ <meta
+ http-equiv="Content-Security-Policy"
+ content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; connect-src 'self' https://discord.com https://cdn.discordapp.com https://media.discordapp.net"
+ />
+ </head>
+
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.tsx"></script>
+ </body>
+</html>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage