WiiMart-org/errors.html
2025-08-12 07:14:13 -05:00

49 lines
2.8 KiB
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>Error Code Checker</title>
<meta content="Error Code Checker" property="og:title">
<meta content="Use this tool to troubleshoot errors on the Wii Shop Channel." property="og:description">
<meta content="https://wiimart.org/media/branding-bag.png" property="og:image">
<meta content="https://wiimart.org/errors" property="og:url">
<meta content="#FF0000" data-react-helmet="true" name="theme-color">
<meta name="keywords" content="Errors, support, Wii Shop, homebrew">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="meta/main.css">
<script src="meta/error.js" defer></script>
<script src="meta/music.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>input {margin-bottom: 15px;} #results {display:none;border-color:red;text-align:left} #results h2 {color:#FF0000;} #results p {color:#FF0000}</style>
</head>
<body>
<div class="box" id="bgmplayer" onclick="activatebgmplayer();"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">Play</button></a><a href="javascript:deactivatebgmplayer();"><button>Close</button></a></div>
<h1><a href="/">WiiMart</a></h1>
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <span class="active">Errors</span> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
<div class="row">
<div class="box" id="input">
<h2>Error Code Checker <b style="color:red">BETA</b></h2>
<input type="number" id="errorCode" maxlength="6"><br>
<button id="submitBtn" style="margin-bottom:10px">Submit</button>
</div>
<div class="box" id="results" style="transition:.3s easein-out; text-align:center;">
<h2 id="code"></h2>
<p id="issue"></p>
<p><a href="javascript:reseterrorcodeform();" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p>
</div>
</div>
<p>Want to contribute to this? Go see the <a href="https://wiilab.wiimart.org/wiimart/WiiMart-github-io/-/blob/main/meta/error.js">error.js</a> file over at GitLab.</p>
<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>