-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 1.74 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 기본 메타데이터 -->
<meta
name="description"
content="제주도 버스 도착 알림 서비스 - 전화로 쉽게 확인하세요"
/>
<meta
name="keywords"
content="제주도, 버스, 도착 알림, 노인, 교통, 제주 버스, 버스 도착 정보"
/>
<meta name="author" content="버스왔수다" />
<!-- Open Graph 메타데이터 -->
<meta property="og:type" content="website" />
<meta property="og:title" content="버스왔수다 - 제주 버스 도착 알림" />
<meta
property="og:description"
content="제주도 버스 도착 알림 서비스 - 전화로 쉽게 확인하세요"
/>
<!-- <meta property="og:image" content="/og-image.png" /> -->
<!-- <meta property="og:url" content="https://버스왔수다.kr" /> -->
<!-- Twitter 메타데이터 -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="버스왔수다 - 제주 버스 도착 알림" />
<meta
name="twitter:description"
content="제주도 버스 도착 알림 서비스 - 전화로 쉽게 확인하세요"
/>
<!-- <meta name="twitter:image" content="/og-image.png" /> -->
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.min.css"
/>
<title>버스왔수다</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>