forked from kusitms-28th-Meetup-E/FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 988 Bytes
/
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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<!--Open Graph-->
<meta
property="og:type"
content="website"
/>
<meta
property="og:title"
content="사회 이슈를 한 눈에 읽다, 광장"
/>
<meta
property="og:description"
content="사회 이슈가 어떻게 변하고 있을까? 관련 정보를 얻고 생각을 나눠보세요."
/>
<meta
property="og:image"
content="https://gwang-jang.s3.ap-northeast-2.amazonaws.com/OpenGraph.png"
/>
<meta
property="og:url"
content="https://www.gwang-jang.co.kr"
/>
<link
rel="icon"
type="image/svg+xml"
href="/src/assets/favicon.svg"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>광장</title>
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"
></script>
</body>
</html>