-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
14 lines (14 loc) · 851 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html class="theme-blue light" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Comet</title>
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self' https: data:; media-src 'none'; child-src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' https: sentry-ipc:; font-src 'self' https:;">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="font-sans antialiased leading-normal overflow-hidden h-[750px] w-full bg-background text-foreground" scroll-region="">
<div id="app" class="overflow-hidden flex flex-col w-full h-full"></div>
<script type="module" src="/src/renderer.ts"></script>
</body>
</html>