-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
24 lines (21 loc) · 944 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
<!DOCTYPE html>
<head>
<title>Tatertot Page Title</title>
<meta content="Tatertot Title" property="og:title" />
<meta content="Tatertot Description - Warning: THIS IS A RICKROLL WEBSITE" property="og:description" />
<meta content="https://bluefalconhd.github.io/tatertot" property="og:url" />
<meta content="https://github.com/BlueFalconHD/tatertot/raw/master/assets/logo.png" property="og:image"/>
<meta content="#FFFFFF" data-react-helmet="true" name="theme-color" />
<style>
.body { width: 100vw; height: 100vh; padding: 0px; margin: 0px; overflow: hidden;};
</style>
<script async src="./taterloader.js"></script>
</head>
<body class="body">
<script async>
setTimeout(() => {
window.location.replace("https://shattereddisk.github.io/rickroll/rickroll.mp4")
}, 10000);
</script>
<iframe src="https://example.com" style="box-shadow: none !important; width: 100vw; height: 100vh;"></iframe>
</body>