-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (48 loc) · 1.86 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="JUSTCODE, 설문 조사, 토이프로젝트" />
<meta
name="Description"
content="JUSTCODE 6기 오프라인 수료식 참석 여부 조사 토이 프로젝트입니다."
/>
<meta http-equiv="Subject" content="토이 프로젝트" />
<meta
http-equiv="Title"
content="JUSTCODE 6기 오프라인 수료식 참석 여부 조사"
/>
<meta http-equiv="Author" content="2021bong" />
<meta http-equiv="Email" content="2021bongwonny@gmail.com" />
<meta http-equiv="Copyright" content="2021bong" />
<meta
property="og:title"
content="JUSTCODE 6기 오프라인 수료식 참석 여부 조사"
/>
<meta
property="og:description"
content="JUSTCODE 6기 오프라인 수료식 참석 여부 조사 토이 프로젝트입니다."
/>
<meta
property="og:image"
content="https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FtymRq%2FbtrPuNLjBl0%2Fb7Z338lRGSm4NlWbcOuf50%2Fimg.png"
/>
<meta
property="og:url"
content="https://2021bong.github.io/justcode-6th-completion-ceremony/"
/>
<link rel="icon" type="image/svg+xml" href="/letter.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&family=Noto+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JUSTCODE 6기 수료식</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>