forked from ColinMitchellGit/ContactHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheasterEgg.html
47 lines (40 loc) · 1.82 KB
/
easterEgg.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
<!doctype html>
<html lang="en">
<head>
<title>Login 10</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styleLogin.css">
</head>
<body class="img js-fullheight" style="background-image: url(images/bluemountain.jpg); background-color: #0a1c2c;">
<div class="w-50 text-md-left" style="padding-left: 20px; padding-top: 10px;">
<a class="txt1" href="index.html">
<i class="fa fa-long-arrow-left"></i>
Back to login
</a>
</div>
<div style="padding: 30px;"><img src="images/shep.png" alt="shep" title="Don't hover over totoro"> </div>
<div style="padding: 30px;" onclick="location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ';" ><img src="images/napoleansmol.png" alt="shep" title="Don't click me" > </div>
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-lg-4">
<div class="login-wrap p-0">
<h3 class="mb-1 text-center">You found an easter egg! Hover over sheep</h3>
<form action="#" class="signin-form">
<img src="images/totoroeasteregg.png" alt="" title="Definitely don't hover over napolean">
</form>
</div>
</div>
</div>
</div>
</section>
<script src="js/jquery.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/mainLogin.js"></script>
<script src="main.js"></script>
</body>
</html>