diff options
| author | Ethan Mick <ethan@ethanmick.com> | 2025-09-15 12:33:08 -0400 |
|---|---|---|
| committer | Ethan Mick <ethan@ethanmick.com> | 2025-09-15 12:33:08 -0400 |
| commit | a30f727c95d7aa01e4a05091601067367e3b795b (patch) | |
| tree | 663c309997058b4e54ac08e3f5e6b26cc31f6d5a /renderer/index.html | |
initial commit
Diffstat (limited to 'renderer/index.html')
| -rw-r--r-- | renderer/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/renderer/index.html b/renderer/index.html new file mode 100644 index 0000000..8bce8a6 --- /dev/null +++ b/renderer/index.html | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <meta charset="utf-8" /> | ||
| 5 | <meta | ||
| 6 | http-equiv="Content-Security-Policy" | ||
| 7 | content="default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' ws: http://localhost:5173" | ||
| 8 | /> | ||
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
| 10 | <title>minimal</title> | ||
| 11 | </head> | ||
| 12 | <body> | ||
| 13 | <div id="root"></div> | ||
| 14 | <!-- Use a **relative** entry so it still works after base='./' rewrites --> | ||
| 15 | <script type="module" src="src/main.tsx"></script> | ||
| 16 | </body> | ||
| 17 | </html> \ No newline at end of file | ||
