-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.56 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>냥냥편지</title>
<link
rel="preload"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css"
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="냥냥편지" />
<meta
property="og:description"
content="붕어빵으로 전하는 마음의 편지 🐈 🐟 🍞 냥냥편지는 익명 롤링페이퍼 사이트 입니다."
/>
<meta property="og:title" content="냥냥편지 : 붕어빵으로 전하는 마음" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:image" content="https://dusuna.cafe24.com/img/logo_nyanggle.png" />
<meta property="og:url" content="https://nyangnyang-letter.pages.dev/" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="/assets/images/logos/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<!-- Cloudflare Web Analytics -->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "cca766fb80524fe8a7343aea06413e64"}'
></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>