-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
26 lines (21 loc) · 939 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
<!doctype html>
<html lang="ko">
<head>
<meta name="description" content="This website is for secondhand clothing transactions.">
<meta charset="UTF-8" />
<link rel="icon" href="/public/favicon.ico" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,1,0" />
<script src="//t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Re :Use</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/Main.tsx"></script>
</body>
</html>