dsimart-org/404.html
2025-06-10 19:31:43 -05:00

22 lines
953 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style>@font-face {font-family: 'Shop'; src: url('/meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<title>404 Not Found - DSiMart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/meta/main.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<img src="/media/branding-bag-no-bg.png" loading="lazy" width="150px" height="150px">
<h1 style="color:red">404 Page Not Found</h1>
<a href="/" class="btn">Home page</a> <button onclick="history.back(1);">Previous page</button>
<footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>
</body>
</html>