diff options
| author | 8cy <[email protected]> | 2020-05-08 20:41:21 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-08 20:41:21 -0700 |
| commit | 6922243768ed8621270f1b111a6f2630d688e787 (patch) | |
| tree | bdf3cd6f4bfc5004c724f07c419405d4a6fcbd49 /gate.html | |
| parent | stage 2 (diff) | |
| download | acantha.ga-admin-master.tar.xz acantha.ga-admin-master.zip | |
Diffstat (limited to 'gate.html')
| -rw-r--r-- | gate.html | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/gate.html b/gate.html deleted file mode 100644 index e7037b2..0000000 --- a/gate.html +++ /dev/null @@ -1,83 +0,0 @@ -<!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> |