This repository was archived by the owner on Apr 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy patherrors.html
50 lines (41 loc) · 2.62 KB
/
errors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!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('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" preload></script>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
</head>
<body onload="loadafterwednesdaycheck();">
<div id="bgmplayer">
<h2>BGM player</h2>
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>
<p><br>Enable audio autoplay in your browser for it to continue playing throughout the website.</p>
</div>
<h1><a href="/">WiiMart</a></h1>
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <button disabled>Errors</button> <a href="branding"><button>Branding</button></a><br><br>
<div id="input">
<h2>Error Code Checker <b style="color:red">BETA</b></h2>
<input type="text" id="errorCode" maxlength="6" /><br>
<button id="submitBtn" style="margin-bottom: 10px;">Submit</button>
</div>
<div class="err" 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>
<p>Want to contribute to this? Go see the <a href="https://github.com/WiiMart/WiiMart.github.io/blob/main/meta/error.js">error.js</a> file over at GitHub</p>
<footer><p>WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:[email protected]"><b>[email protected]</b></a>.</p></footer>
</body</html>