forked from Viz38/Treasure-Hunt-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlast_page.html
69 lines (62 loc) · 2.15 KB
/
last_page.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
<html>
<head>
<title>Somewhere Around the END</Title>
<link rel="shortcut icon" type="image/x-icon" href="./images/devfavic.png">
<meta name="description" content="This idea of, there's a locked door; how do you open it? You don't necessarily care what's behind it you're just more excited about opening the lock... It's not about finding the treasure it's more about defeating the puzzle. Bringing back to you, the Tech Treasure Hunt 2.0">
<style>
@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
background-color: #111;
}
.title {
font-family: "Montserrat";
text-align: center;
color: #FFF;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
letter-spacing: 1px;
}
h1 {
background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
background-size: cover;
color: transparent;
-moz-background-clip: text;
-webkit-background-clip: text;
text-transform: uppercase;
font-size: 120px;
line-height: .75;
margin: 10px 0;
}
/* styling my button */
.white-mode {
text-decoration: none;
padding: 7px 10px;
background-color: #122;
border-radius: 3px;
color: #FFF;
transition: .35s ease-in-out;
position: absolute;
left: 15px;
bottom: 15px;
font-family: "Montserrat";
}
.white-mode:hover {
background-color: #FFF;
color: #122;
}
</style>
</head>
<body>
<div class="title">
<h1> LEVEL 5 </h1>
<p>Go around once more maybe you will find it :)</p>
<center>
<a target="_blank" href="./rar/ssdgvssert5342rwesfsgerr.rar" class="white-mode">Lets go!</a>
<p>Share it with any of the coordinators.</p>
</center>
</div>
</body>
</html>