diff options
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 85 |
1 files changed, 11 insertions, 74 deletions
@@ -1,75 +1,12 @@ -<html><head> - <title>A b o u t</title> - <link rel="icon" href="favicon-32x32.png"> - <link rel="stylesheet" href="aboutt.css" type="text/css"> -<style type="text/css"> -#blur{ - font-size: 40px; - color: transparent; - text-shadow: 0 0 15px black; -} - -#blur2{ - filter: blur(2px); -} - -#blur11{ - font-size: 40px; - text-shadow: 0 0 8px crimson; -} - -#yudo{ - left:-20em; - top:5em; - position:absolute; - -} - -</style> -<style type="text/css">a{text-decoration:none}</style> - </head> - <body> - <div id="blur" > - <center><div id="quoteText">It's presence first became known on 02-08-16 with the purpose of serving as a terminal to connect those with despair, who aim for instrumentality.</div></center> - <div id="divider"> - <div id="headText" style="position:fixed;left:25%;"><a href="http://steamcommunity.com/id/Suyuuh/">Steam</a> - <div id="headText" style="position:fixed;left:35%;"><a href="https://twitter.com/suyu_san">Twitter</a> - <div id="headText" style="position:fixed;left:45%;"><a href="https://www.youtube.com/channel/UCF-aTyjt-lqcCobd8se4sdg">Youtube</a> - <div id="headText" style="position:fixed;left:55%;"><a href="https://discord.gg/BAGEVbX">Discord Server</a><br><br><br><br> - </div> - - -<div id="yudo"> -<center> -<div class="centerContainer"> - - <a href="paradise.html"><font id="blur11">P a r a d i s e</font></a><br> - & <br> - <a href="hope.html"><font id="blur11">H o p e</font></a> - -</div> - -</center> - - -<br> -<div id="crText">Photographer:<a href="https://www.instagram.com/na.yake/">@na.yake</a></div> -<div id="crText">Model:<a href="https://www.instagram.com/lil.baby.lil/">@lil.baby.lil</a></div> -</div> - -</div> - - - +<!DOCTYPE html> <html> -<body background="abbout.gif"> -<body bgcolor="#424242"> -</body> -</html> - -<audi autoplay loop > - <source src="aboutt.mp3" - </audio> - - -</body></html>
\ No newline at end of file + <head> + <meta charset="UTF-8"> + <title>Not Found</title> + <link href="/style.css" rel="stylesheet" type="text/css" media="all"> + </head> + <body style="text-align:center;margin-top:300px;"> + <p style="font-size:65px;font-style:bold;">404</p> + <p>СТРАНИЦА НЕ НАЙДЕНА</p> + </body> +</html>
\ No newline at end of file |