WiiMart-org/404.html
idkwhereisthisname b00c47dd77 add meta tags
and format the script tag in install.html
2025-04-21 14:40:44 +02:00

23 lines
845 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<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>