WiiMart-org/extras/wiimart-unavailable.html
2025-09-16 05:21:14 -05:00

32 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WiiMart Unavailable!</title>
<meta content="WiiMart: an active Wii Shop revival!" property="og:title">
<meta content="WiiMart is an open-source revival of the defunct Wii Shop Channel. This website contains information about it and the project team behind it!" property="og:description">
<meta content="https://gemdation.com/media/random/branding-bag.png" property="og:image">
<meta content="https://wiimart.org" property="og:url">
<meta content="#1164E9" data-react-helmet="true" name="theme-color">
<meta name="keywords" content="WiiMart, Wii Shop, homebrew">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@font-face {font-family:'Shop';src:url('http://gemdation.com/meta/font-wii-shop.ttf') format('truetype');font-weight:normal;font-style:normal;}
body {scroll-behavior:smooth;text-align: center;font-family: sans-serif;font-family:'Shop',sans-serif; overflow-x:hidden;transition:.1s ease-in-out; }
div.box {line-height:23.3px;background-color:white;border:solid 2px #34BEED;border-radius:5px;box-shadow: 0 0 10px #2525255d;box-sizing:border-box;text-align:center;margin: 0 auto;padding:5px;max-width:800px; overflow: auto;}
a {color:#34BEED;font-weight: bold;}
@media (prefers-color-scheme: dark)
{body {background-color: black; color: #e0e0e0;} div.box {background-color: #1e1e1e;box-shadow: 0 0 10px #000000CC;}}
</style>
</head>
<body>
<div class="box">
<h1 style="color:#ed3434">WiiMart Unavailable!</h1>
<p>Excuse the inconvenience, but our servers are offline.</p>
<p>If you still want to see the website, head to the <a href="https://web.archive.org/web/20250000000000*/https://wiimart.org/">Wayback Machine</a>.</p>
</div>
</body>
</html>