-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
46 lines (38 loc) ยท 1.58 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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="stylesheet" as="style" crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.css" />
<!-- HTML Meta Tags -->
<title>Amoo</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://amoo.pages.dev/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Amoo" />
<meta property="og:title" content="Amoo" />
<meta property="og:description" content="๊ฒ์์ ์ฆ๊ฒจ๋ณด์ธ์." />
<meta property="og:image" content="/ogimage.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="https://amoo.pages.dev/" />
<meta property="twitter:url" content="https://amoo.pages.dev/" />
<meta name="twitter:title" content="Amoo | ์ข
ํฉ๊ฒ์ํ๋ซํผ" />
<meta name="twitter:description" content="๊ฒ์์ ์ฆ๊ฒจ๋ณด์ธ์." />
<meta name="twitter:image" content="/ogimage.png" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-15RBQBBYC9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-15RBQBBYC9');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>