diff options
Diffstat (limited to 'gate.html')
| -rw-r--r-- | gate.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/gate.html b/gate.html new file mode 100644 index 0000000..e7037b2 --- /dev/null +++ b/gate.html @@ -0,0 +1,83 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="icon" href="../i.imgur.com/E5vZemY.png"> + <title>† Suyu†</title> + <meta charset="UTF-8"> + <link href="hell.css" rel="stylesheet" type="text/css" media="all"> + <script type="text/javascript" src="bg.html"></script> + <style type="text/css"> +body {cursor:url("cursor2.html")1 1, auto;} +</style> + <style type="text/css">a{text-decoration:none}</style> +<style type="text/css"> +a {cursor:url("cursor2.html")1 1, default;} +</style> + +<style type "text/css"> +<!-- +/* @group Blink */ +.blink { + -webkit-animation: blink .50s linear infinite; + -moz-animation: blink .50s linear infinite; + -ms-animation: blink .50s linear infinite; + -o-animation: blink .50s linear infinite; + animation: blink .50s linear infinite; +} +@-webkit-keyframes blink { + 0% { opacity: 1; } + 50% { opacity: 1; } + 50.01% { opacity: 0; } + 100% { opacity: 0; } +} +@-moz-keyframes blink { + 0% { opacity: 1; } + 50% { opacity: 1; } + 50.01% { opacity: 0; } + 100% { opacity: 0; } +} +@-ms-keyframes blink { + 0% { opacity: 1; } + 50% { opacity: 1; } + 50.01% { opacity: 0; } + 100% { opacity: 0; } +} +@-o-keyframes blink { + 0% { opacity: 1; } + 50% { opacity: 1; } + 50.01% { opacity: 0; } + 100% { opacity: 0; } +} +@keyframes blink { + 0% { opacity: 1; } + 50% { opacity: 1; } + 50.01% { opacity: 0; } + 100% { opacity: 0; } +} +/* @end */ +--> +</style> + </head> + <body> + <div class="centerContainer"> + </div> + <center> + <blink> + <div id=p> + <br><br><br><br><br><br> +<a href="#" class="tab blink" style="text-decoration: none;font-size:60px;">die</a>   +<a href="#" class="tab blink" style="text-decoration: none;font-size:60px">suffer</a>   +<a href="#" class="tab blink" style="text-decoration: none;font-size:60px">perish</a>   +<a href="#" class="tab blink" style="text-decoration: none;font-size:60px">despair</a>   +</blink> +</center> +<br> + + +<body background=gate.gif> + <audio autoplay loop > + <source src="introjection.mp3" type="audio/mpeg"> + </audio> + + </body> +</html> |