-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·46 lines (45 loc) · 2 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Eletron Market!" />
<meta property="og:title" content="Eletron Market!" />
<meta property="og:description" content="핀테크 서비스 프론트엔드 개발자 양성 과정 2기 팀과제" />
<meta property="og:image" content="/assets/logo.png" />
<meta property="og:url" content="" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="Eletron Market!" />
<meta property="twitter:title" content="Eletron Market!" />
<meta property="twitter:description" content="핀테크 서비스 프론트엔드 개발자 양성 과정 2기 팀과제" />
<meta property="twitter:image" content="/assets/logo.png" />
<meta property="twitter:url" content="" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
/>
<title>Eletron Market</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- dropdown 메뉴에 필요한 script 태그입니다. -->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</body>
</html>