forked from Dev-FE-1/ToyProject_3_Team2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 755 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/src/assets/images/favicon/favicon.ico" sizes="any" />
<link rel="icon" href="/src/assets/images/favicon/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/src/assets/images/favicon/apple-touch-icon.png" />
<link rel="mask-icon" href="/src/assets/images/favicon/safari-pinned-tab.svg" color="#864CFF" />
<link rel="manifest" href="/src/assets/images/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>봄비 - 영상공유 SNS 플랫폼</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>