-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (29 loc) · 1.18 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
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-42863170-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-42863170-8');
</script>
<meta charset="UTF-8">
<title>お絵かき1年録ジェネレーター</title>
<link rel="shortcut icon" href="./favicon.ico" />
<meta name="description" content="今年1年で描いた絵をまとめてTwitterにアップロードしよう!">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@Hibikine_Kage" />
<meta name="twitter:title" content="お絵かき1年録ジェネレーター" />
<meta name="twitter:description" content="今年1年で描いた絵をまとめてアップロードしよう!" />
<meta name="twitter:image" content="https://hibikine.me/oekaki/img/twitter-card.jpg" />
</head>
<body>
<div id="root"></div>
<script src="src/index.tsx"></script>
</body>
</html>