forked from teo-sprint/typo-saurus-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 1.94 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
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link href="https://cdn.jsdelivr.net/gh/joungkyun/[email protected]/d2coding.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Typo Saurus Code 🦖</title>
<link rel="icon" href="/favicon.ico" />
<meta name="description" content="Typo Saurus Code 🦖 | 개발자 타자게임" />
<meta name="keywords" content="개발자타자연습,타자연습,개발자게임,게임" />
<meta property="og:title" content="Typo Saurus Code 🦖" />
<meta property="og:site_name" content="Typo Saurus Code 🦖" />
<meta property="og:description" content="Typo Saurus Code 🦖 | 개발자 타자게임" />
<meta property="og:image" content="https://user-images.githubusercontent.com/66766189/153796511-d37bd755-3aaa-4346-a592-2db4bc1cf8f5.png" />
<meta name="twitter:title" content="Typo Saurus Code 🦖" />
<meta name="twitter:description" content="Typo Saurus Code 🦖 | 개발자 타자게임"/>
<meta name="twitter:image" content="https://user-images.githubusercontent.com/66766189/153796511-d37bd755-3aaa-4346-a592-2db4bc1cf8f5.png" />
<meta name="twitter:card" content="photo" />
<link rel="apple-touch-icon" sizes="180x180" href="/public/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/public/favicon-32x32.png" >
<link rel="icon" type="image/png" sizes="16x16" href="/public/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N1QHCMMGP6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N1QHCMMGP6');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>