-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackgrounds.html
33 lines (33 loc) · 1.39 KB
/
backgrounds.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
<!DOCTYPE html>
<html>
<head>
<title>Google Drive redirect | Disturbo's corner</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/icon.png">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P4P5HCX3GM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P4P5HCX3GM');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8952572710252215"
crossorigin="anonymous"></script>
<script type="text/javascript" src="scripts/ModuleLoader.js"></script>
<meta name="robots" content="noindex, nofollow" />
<meta http-equiv="refresh" content="3; url='https://drive.google.com/drive/folders/1vbJTIdm4xIvczhY_cAHFTQpb4RfpKEfC?usp=sharing'" />
</head>
<body onload="loaded(false, true)">
<div class="content error" style="font-family: DINNext-Regular">
<div id="page-content">
<center>
<h1 style="padding-top:35px">You will be redirected soon...</h1>
</center>
</div>
<div id="footer"></div>
</div>
<script type="text/javascript" src="scripts/GenericPage.js"></script>
<body>
</html>