-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdown.html
33 lines (31 loc) · 1.6 KB
/
down.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
<html>
<head>
<title>Saik! We're down (again)</title>
<meta name="description" content="hmmmmm is a very useful search engine... not. Part of JoshAtticus's VerySharing project, a meme-like way to learn how not to leave a digital footprint that affects your future.">
<meta name="keywords" content="Google, hmmmmm, VerySharing, JoshAtticus">
<meta name="author" content="JoshAtticus">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>if(!sessionStorage.getItem("_swa")&&document.referrer.indexOf(location.protocol+"//"+location.host)!== 0){fetch("https://counter.dev/track?"+new URLSearchParams({referrer:document.referrer,screen:screen.width+"x"+screen.height,id:"4768fff5-d0b6-4ae9-8fb1-749ae9083785",utcoffset:"8"}))};sessionStorage.setItem("_swa","1");</script>
<link rel="stylesheet" href="style.css?=v1">
</head>
<style>
.content {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
align-items: center;
}
</style>
<body>
<div class="content">
<img src="assets/banners/down.png" width="426" height="53">
<br>
<p>Why not learn how not to leave a digital footprint instead?</p>
<input type="button" value="Yes" onclick="location.href='badmemes.html'"> <input type="button" value="Yes" onclick="location.href='badmemes.html'">
</div>
</body>
</html>