-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc9f0f895fb98ab9159f51fd0297e236d.html
69 lines (67 loc) · 2.06 KB
/
c9f0f895fb98ab9159f51fd0297e236d.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Number of 3's in the pag3</title>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<style>
body {
margin: auto;
margin-top: 30px;
width: 60%;
padding: 10px;
text-align: center;
}
a:hover {
text-decoration: none;
}
div {
height: 110px;
}
.background {
background-image: linear-gradient(#f5d6c6, #e4efe9);
}
#h1 {
font-size: 40px;
}
</style>
</head>
<body class="background">
<h1>Count the 3's.</h1>
<h1 id="h1">Disclaimer: You may ne3d to insp3ct the image clos3ly!!</h1>
<img class="center" src="someimage.png" />
<br />
<h2>How many do you see?</h2>
<div>
<button type="button" class="btn btn-primary" onClick="fail()">3</button>
<button type="button" class="btn btn-primary" onClick="fail()">6</button>
<button type="button" class="btn btn-primary" onClick="proceed()">
7
</button>
<button type="button" class="btn btn-primary" onClick="fail()">11</button>
</div>
</body>
<script>
document.addEventListener("contextmenu", function (e) {
e.preventDefault();
});
function fail() {
window.location.href = "8f14e45fceea167a5a36dedd4bea2543";
}
function proceed() {
window.location.href = "45c48cce2e2d7fbdea1afc51c7c6ad26";
}
</script>
</html>