flash.moe/templates/errors/503.html

36 lines
2 KiB
HTML
Raw Normal View History

2023-10-13 23:56:33 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTTP 503 Service Temporarily Unavailable // flash.moe</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="The website is currently unavailable, it will likely be back soon!">
<link href="/errors.css" type="text/css" rel="stylesheet">
</head>
<body style="--error-colour: #4c4cad">
<div class="http-error">
<div class="http-error-container">
<nav class="http-error-top">
<div class="http-error-home"><a href="/">flash.moe</a></div>
<div class="http-error-nav">
<a href="mailto:contact@flash.moe" rel="noopener" target="_blank">E-mail</a>
<a href="https://bsky.app/profile/flash.moe" rel="noopener" target="_blank">Bluesky</a>
</div>
</nav>
<article class="http-error-body">
<h1 class="http-error-header">HTTP 503 Service Temporarily Unavailable</h1>
<div class="http-error-image">
<img src="/images/k503.jpg" alt="503">
</div>
<p class="http-error-blerb">The website is currently unavailable, it will likely be back soon!</p>
</article>
<footer class="http-error-footer">
<p>flash.moe is the personal website of flashwave</p>
<p><a href="https://vndb.org/v33" rel="noopener" target="_blank">KANON</a> is &copy; 1999 <a href="https://visual-arts.jp/" rel="noopener" target="_blank">VirtualArts</a>/<a href="https://key.visualarts.gr.jp/" rel="noopener" target="_blank">Key</a></p>
<p>KANON HTTP Error illustrations are &copy; Woody-RINN</p>
</footer>
</div>
</div>
</body>
</html>