-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.31 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script src="https://cdn.iamport.kr/v1/iamport.js"></script>
<link rel="icon" type="image/svg+xml" href="/uoslife.png" />
<link rel="stylesheet" type="" href="./src/lib/assets/styles/init.css"/>
<link rel="stylesheet" type="" href="./src/lib/assets//styles/global.css"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover">
<script src="https://cdn.iamport.kr/v1/iamport.js"></script>
<title>시대팅5</title>
<meta property="og:type" content="website">
<meta property="og:title" content="💙시대팅5 신청링크입니다">
<meta property="og:url" content="https://meeting5.uoslife.net/">
<meta property="og:image" content="/poster.png">
<meta property="og:description" content="원할한 신청을 위해 크롬이나 사파리로 접속해주세요:)">
</head>
<body>
<script>
let vh = window.innerHeight * 0.01;
document.documentElement.style.setProperty('--vh', `${vh}px`);
window.addEventListener('resize', () => {
let vh = window.innerHeight * 0.01;
document.documentElement.style.setProperty('--vh', `${vh}px`);
});
</script>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>