mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
21 lines
758 B
HTML
21 lines
758 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>@font-face {font-family: 'Shop'; src: url('shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
|
|
<title>404 Not Found - WiiMart</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" style="margin-bottom:-30px; float:center;">
|
|
<h1 style="color:red">404 Page Not Found</h1>
|
|
|
|
<a href="/"><button>Go to the home page</button></a><br><br>
|
|
<a href="javascript:history.back(1);"><button>Go to the previous page</button></a><br><br>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |