-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="https://gongu.copyright.or.kr/gongu/wrt/cmmn/wrtFileImageView.do?wrtSn=13049016&filePath=L2Rpc2sxL25ld2RhdGEvMjAxNy8yMS9DTFM0L1dSVF9UUkVBU1VSRV9IVU5UXzIwMTcwOTExXzE1NA==&thumbAt=Y&thumbSe=b_tbumb&wrtTy=10004"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="축구 선수 검색 사이트" />
<meta name="author" content="jingjing2222" />
<meta property="og:title" content="FBplayer" />
<meta property="og:description" content="축구 선수 검색 사이트" />
<meta
property="og:image"
content="https://i.ibb.co/HL1fyjPt/2025-02-01-9-10-08.png"
/>
<link href="/dist/styles.css" rel="stylesheet" />
<title>축구 선수 정보 찾기</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>