-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 950 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="en">
<head>
<meta charset="utf-8">
<meta content="ie=edge" http-equiv="x-ua-compatible">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="rgb(27, 27, 27)">
<title>built by chin2km</title>
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport">
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet" />
<link href="/dist/main.css" rel="stylesheet" />
</head>
<body>
<noscript>chin2km works best when you have a JavaScript enabled browser 🙏🏻.</noscript>
<h4>Redirecting to https://chin2km.web.app</h4>
<div id="root"></div>
<script>
window.addEventListener("load", () => {
setTimeout(() => {
window.location.replace("https://chin2km.web.app");
}, 1000);
})
</script>
</body>
</head>
</html>