-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.5 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.5 KB
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
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="https://png.pngtree.com/png-clipart/20230814/original/pngtree-true-friendship-icon-color-flat-picture-image_7940651.png" alt="knowtogether" />
<link rel="canonical" href="https://hellojii.vercel.app/">
<meta name="google-site-verification" content="5Zg8LVMEmhrsl9k1gqJLcXCsKTkLsebkm1oMnvPSu1o" />
<meta name="description" content="KnowTogether hellojii. this is for to impress your cruss and get her name or id" />
<meta name="keywords" content="knowtogether,KnowTogether,KNOWTOGETHER, hellojii, satya, satyasharma, hellojiisatya, hellojii satys" />
<meta name="author" content="knowtogether satyasharma hellojii hellojiisatya" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index follow" />
<!-- <meta http-equiv="refresh" content="5"> -->
<title>KnowTogether</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts">
</script>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script>
// Check if the page has been reloaded before
if (!sessionStorage.getItem("reloaded")) {
// Set a timeout to reload after 2 seconds
setTimeout(() => {
sessionStorage.setItem("reloaded", "true");
location.reload();
}, 2000);
}
</script>
</body>
</html>