forked from pretzer25/Ultra-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 1.66 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 1.66 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KH80QY18Q5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KH80QY18Q5');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-adsense-account" content="ca-pub-7266232933064785">
<title>Schoology Redirecting...</title>
</head>
<body>
<script>
function yes() {
window.open("about:blank", "_blank").document.write(`
<title>New Tab</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<body>
<style>
#ifra {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
<iframe id="ifra" src="/./home.html"></iframe>
</body>
`); }
function gio() {
location.replace("https://www.google.com/")
}
yes();
gio();
</script>
<script>
setTimeout(() => {
yes();
setTimeout(() => {
location.replace("https://www.google.com/")
}, 100);
}, 100);
setTimeout(() => {
document.write("<h2>RETRY</h2>");
setTimeout(() => {
location.replace("https://www.google.com/")
}, 100);
}, 300);
</script>