-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.03 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/src/ui/assets/textodon-icon-blue.png" type="image/png" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net; img-src 'self' https: data: blob:; media-src 'self' https: blob: data:; font-src 'self' https://cdn.jsdelivr.net data:; connect-src 'self' https: wss:; object-src 'none'; base-uri 'self'; form-action 'self'; worker-src 'self' blob:;"
/>
<meta property="og:title" content="Deck" />
<meta property="og:description" content="오픈소스 페디버스 클라이언트" />
<meta property="og:image" content="/src/ui/assets/textodon-icon-blue.png" />
<meta property="og:type" content="website" />
<title>Deck</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>