-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
32 lines (32 loc) · 1.84 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
<!doctype html>
<html lang="kr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta property="og:title" content="애잇(AEat), 아이도 먹는다">
<meta property="og:description" content="건강한 프리프롬 마켓 정보">
<meta property="og:image" content="/preview.webp">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="aeat.jeje.work">
<meta property="twitter:url" content="aeat.jeje.work">
<meta name="twitter:title" content="애잇(AEat), 아이도 먹는다">
<meta name="twitter:description" content="건강한 프리프롬 마켓 정보">
<meta name="twitter:image" content="/preview.webp">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" integrity="sha512-NmLkDIU1C/C88wi324HBc+S2kLhi08PN5GDeUVVVC/BVt/9Izdsc9SVeVfA1UZbY3sHUlDSyRXhCzHfr6hmPPw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<title>AEat, 아이도 먹는다</title>
<script type="text/javascript">
// (function(c,l,a,r,i,t,y){
// c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
// t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
// y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
// })(window, document, "clarity", "script", "oy97sbo5mt");
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>