-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (53 loc) · 1.8 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
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
as="style"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>Nad.fun</title>
<meta property="og:type" content="website" />
<meta property="og:title" content="Nad.fun | Monad native memecoin launchpad platform" />
<meta
property="og:description"
content="Nad.fun makes it easy to create and trade memecoins on the Monad network!"
/>
<meta property="og:url" content="https://www.land.nad.fun" />
<meta property="og:image" content="/images/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Nad.fun | Monad native memecoin launchpad platform" />
<meta
name="twitter:description"
content="Nad.fun makes it easy to create and trade memecoins on the Monad network!"
/>
<meta name="twitter:image" content="/images/og-image.png" />
<!-- 주요 Poppins 폰트 Preload -->
<link
rel="preload"
href="./src/fonts/Poppins-Regular.ttf"
as="font"
type="font/ttf"
crossorigin
/>
<link rel="preload" href="./src/fonts/Poppins-Bold.ttf" as="font" type="font/ttf" crossorigin />
<link
rel="preload"
href="./src/fonts/Poppins-Medium.ttf"
as="font"
type="font/ttf"
crossorigin
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>