-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharmlessredirect.html
41 lines (40 loc) · 1.59 KB
/
harmlessredirect.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link href="style.css" rel="stylesheet" type="text/css" />
<meta name="description" content="Photoshopped Images by Paint" />
<script src="script.js"></script>
<title>Photoshopped Images</title>
<style>
img {
max-width: 100%;
}
img[src="Morone-St-PROFILE-PHOTO.png"] {
width: 50%;
}
.big {
font-size: 20px;
}
iframe {
border: none;
overflow: hidden !important;
}
.small {
font-size: 1px;
}
</style>
</head>
<body>
Are You sure you want to go to Harmless Website? *WARNING* EXTREMELY SUDDEN RICKROLLS
<p>I suggest you to go back to the previous page. Do You Agree? Choose one:</p>
<p>
<button id="no" onclick="location.href = 'alanhw133.html';" onmouseenter="this.textContent = 'YES!!!'; document.getElementById('yes').textContent = 'NO!!!'" onfocus="this.textContent = 'YES!!!'; document.getElementById('yes').textContent = 'NO!!!'">NO!!!</button>
<button id="yes" onclick="location.href = 'alanhw133.html';" onmouseenter="this.textContent = 'YES!!!'; document.getElementById('no').textContent = 'NO!!!'" onfocus="this.textContent = 'YES!!!'; document.getElementById('no').textContent = 'NO!!!'">YES!!!</button>
</p>
<div style="height: 100vh;"> </div>
<p><span class="small">or <a href="harmlessredirectB.html" tabindex="-1">no</a></span></p>
<div style="height: 100vh;"> </div>
<p><span class="small">or <a href="alanhw133.html" tabindex="-1">yes</a></span></p>
</body>