-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (27 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="
img-src https://* 'self';
style-src https://fonts.googleapis.com/css 'unsafe-inline' 'self';
frame-src https://stask-ampoi.firebaseapp.com;"/>
<title>Stask</title>
<meta property="og:url" content="https://stask.ampoi.net" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Stask" />
<meta property="og:description" content="Staskは日々多くの課題に追われる学生のための効果的に宿題を管理できるようにするTo-doアプリです。" />
<meta property="og:site_name" content="Stask" />
<meta property="og:image" content="https://stask-release.ampoi.net/OGP.webp"/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@4mpoi" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>