-
Notifications
You must be signed in to change notification settings - Fork 3
/
index_construction.html
55 lines (51 loc) · 1.56 KB
/
index_construction.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE >
<html>
<head></head>
Note : This Website is under construction.. & If you some how managed to get
your hands on this pre release link,<br />
Note that you are not allowed to use any of my work without permission.<br />
Regards Jesvi, :)
<br />
<br />
Redirecting...
<br />
<img src="./image/google_logo.webp" />
<br />
<a href="https://jesvijonathan.github.io/Takshashila-2023-Web-Design/"
>Click here</a
>
to visit (just in incase chrome blocked the prompt)..
</html>
<script>
if (
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
navigator.userAgent
)
) {
document.body.style.display = "none";
var ask1 = window.confirm(
"Website Under construction & is not supported for mobile devies.\nUse a Desktop/Laptop to view the site..\n\nMeanwhile check this out."
);
if (ask1) {
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
}
} else {
window.confirm(
"This site is under construction.. Do you still want to visit ?"
);
if (ask) {
window.location.href =
"https://jesvijonathan.github.io/Takshashila-2023-Web-Design/";
window.location.replace(
"https://jesvijonathan.github.io/Takshashila-2023-Web-Design/"
);
}
}
document.cookie =
"oauth_redirect" + "=;expires=Thu, 01 Jan 1970 00:00:01 GMT;";
// const myTimeout = setTimeout(function () {
// window.location.replace(
// "https://jesvijonathan.github.io/Takshashila-2023-Web-Design/"
// );
// }, 3000);
</script>