diff options
Diffstat (limited to 'congratulations.html')
| -rw-r--r-- | congratulations.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/congratulations.html b/congratulations.html new file mode 100644 index 0000000..5f63412 --- /dev/null +++ b/congratulations.html @@ -0,0 +1,86 @@ +<html> +<body bgcolor="000000"> +<head> +<div align="center"> +<meta http-equiv="refresh" content="40;url=gate.html" /> + <title>Congratulations.</title> + + <style type="text/css">a {text-decoration: none}</style> + <style type="text/css"> +body {cursor:url("cursor1.html")1 1, auto;overflow:hidden;background-size:cover;} + +</style> + +<style type="text/css"> +a {cursor:url("cursor2.html")1 1, default; +font-family: 'CaviarDreams'; + text-align: center; + font-size: 40px; + padding-top: 30px; + color: white;} +</style> + +<style type="text/css"> +@font-face { + font-family: 'CaviarDreams'; + font-style: normal; + font-weight: normal; + src: local('CaviarDreams'), url('CaviarDreams.woff') format('woff'); + } + </style> +<style> +.a5 { + position: absolute; + left: 500px; + top: 000px; + z-index: 6; +} +</style> +<style> +.a6 { + position: absolute; + right: 500px; + top: 000px; + z-index: -1; +} +</style> +<style> +.a7 { + position: absolute; + right: 000px; + top: 000px; + z-index: -2; +} +</style> + + +</head> +<audio autoplay> +<body background="congrats.gif"> + <source src="hitori2.mp3" type="audio/mpeg"> + </audio> +<br><br><br><br><br><br><br><br><br><br><br><br><br> +<br><br><br><br><br><br><br><br><br><br><br><br><br> +<img id="mybg" align="middle" src="congratsss.gif" width="100%" height="100%"style="display:none" class="a7"/> +<img id="myimage" src="deadend.gif" style="display:none" class="a6"/> +<img id="myimagess" src="deadend.gif" style="display:none" class="a5"/> + + <a href="/connection/private/index.html">Thank you all.</a> + +</div> + <script type="text/javascript"> +setTimeout(function(){ + document.getElementById('myimage').style.display = 'block'; +},32000); +</script> + <script type="text/javascript"> +setTimeout(function(){ + document.getElementById('myimagess').style.display = 'block'; +},32000); +</script> + <script type="text/javascript"> +setTimeout(function(){ + document.getElementById('mybg').style.display = 'block'; +},29000); +</script> +</body></html>
\ No newline at end of file |