-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 932 Bytes
/
index.html
File metadata and controls
24 lines (23 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AMATEURS</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.amateurs.co.kr/" />
<meta property="og:title" content="AMATEURS" />
<meta property="og:description" content="프로그래머스 데브코스 수강생들을 위한 커뮤니티, 아마추어스에 오신 것을 환영합니다!" />
<meta property="og:image" content="/amateurs" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>