-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLosePage.html
53 lines (52 loc) · 1.06 KB
/
LosePage.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
<!-- <!DOCTYPE html> -->
<html lang="en">
<head>
<title>VaporWave Endurance</title>
<!--<script type="text/javascript" src="spinmenu.js"></script>-->
<style>
a:link {
color: magenta;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: magenta;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: yellow;
background-color: transparent;
text-decoration: nome;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: none;
}
body{
background-image: url("background.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: absolute;
top: 0;
left: 0;
min-width: 50%;
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<div align="center">
<p style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 40px; color: #fe37fd; ">
Game Over!
<br />
<br />
<br />
<a href='VaporwaveEndurance.html'> Play Again</a>
</div>
</body>
</html>