This commit is contained in:
Gemdation 2025-04-02 01:45:45 -05:00
parent a025d39dfd
commit 305d597bca
6 changed files with 12 additions and 8 deletions

View File

@ -45,7 +45,7 @@
<div>
<h2>Banner</h2>
<img src="media/branding-banner.png">
<img src="media/branding-banner.png" width="100%">
<br><br>
</div>

View File

@ -38,13 +38,13 @@
<p>Download the WiiMart WAD and the patched IOS WAD for your console type (Wii or vWii). We recommend
<a href="https://oscwii.org/library/app/yawmME">YAWMME</a> for installing WADs. vWii is the Wii U's
Wii Mode.</p>
<p>You can install both WADs normally, but if they give you an error such as <mark>-1022</mark> or <mark>-1029</mark> you can delete
the existing title then install. Press <mark>-</mark> to mark the channel for uninstallation, and then mark it with <mark>+</mark>
<p>You can install both WADs normally, but if they give you an error such as <b>-1022</b> or <b>-1029</b> you can delete
the existing title then install. Press <b>-</b> to b the channel for uninstallation, and then b it with <b>+</b>
for installation.</p>
<h3>Emulator (Dolphin)</h3>
<p><mark>A BootMii NAND backup is required.</mark> Install both the WiiMart WAD and the patched IOS WAD
(for Wii). Install by going to <mark>Tools</mark> and <mark>Install WAD</mark>. You can then go to the
Wii Menu by going to <mark>Tools</mark> and then <mark>Load Wii System Menu 4.3X</mark>.</p>
<p><b>A BootMii NAND backup is required.</b> Install both the WiiMart WAD and the patched IOS WAD
(for Wii). Install by going to <b>Tools</b> and <b>Install WAD</b>. You can then go to the
Wii Menu by going to <b>Tools</b> and then <b>Load Wii System Menu 4.3X</b>.</p>
</div>

View File

@ -90,10 +90,13 @@
<a href="https://andry6702.net"><img src="media/pfp-andry.png" title="Andry"></a>
</div>
<div style="background:none;border: none;">
<div class="clear">
<p>WiiMart is not affiliated with Nintendo or any related parties.</p>
<p>To contact, please send an email <a href="mailto:wiimartshopping@gmail.com" style="color:white"><b>wiimartshopping@gmail.com</b></a>.</p>
</div>
<p><img src="media/branding-button.png" style="border: solid 1px"></p>
</body>
</html>

BIN
media/branding-button.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -15,6 +15,7 @@
<tr><td><a href="/">..</a></td></tr>
<tr><td><a href="branding-bag.png">branding-bag.png</a></td></tr>
<tr><td><a href="branding-banner.png">branding-banner.png</a></td></tr>
<tr><td><a href="branding-button.png">branding-button.png</a></td></tr>
<tr><td><a href="branding-wordmark-black.png">branding-wordmark-black.png</a></td></tr>
<tr><td><a href="branding-wordmark-blue.png">branding-wordmark-blue.png</a></td></tr>
<tr><td><a href="branding-wordmark-white.png">branding-wordmark-white.png</a></td></tr>

View File

@ -1,5 +1,5 @@
body {background-color: #1164E9;color:white;text-align: center;font-family: sans-serif;}
div {border-color: #00378F;box-sizing: border-box;border-width: 5px;border-style: solid;background-color: #00378F;width: 50%;text-align: center;margin: 0 auto;padding: 5px;margin-top: 6px; overflow: auto}
div {border-color: #00378F;box-sizing: border-box;border-width: 5px;border-style: solid;background-color: #00378F;width: 35%;text-align: center;margin: 0 auto;padding: 5px;margin-top: 6px; overflow: auto}
div.clear {border:none;background: none;}
button {border-color: white;border-width: 2px;border-style: solid;font-family: sans-serif;color: white; background-color:#1164E9; padding: 10px;font-weight: bold;}
button:hover {cursor: pointer;}