diff options
| -rw-r--r-- | index.html | 19 | ||||
| -rw-r--r-- | styles.css | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -14,8 +14,27 @@ <p>This is a surefire way to brick your Wii quickly. As long as you have a non-Korean region Wii, it should work fine.</p> <ul> <li>Step 1: Homebrew your Wii - there are many guides for this, Google is your friend</li> + <li>Step 2: Install the KoreanKii homebrew application onto your Wii via SD card</li> + <li>Step 3: Launch KoreanKii</li> + <li>Step 4: Press the + or R button to add the Korean key</li> + <li>Step 5: It will ask if you are sure you want to risk adding the Korean key. Press "A" for YES.</li> + <li>Step 6: Power the Wii off and power it back on again.</li> + <li>Done! Your Wii on startup should now show the following error: "Error:003 unauthorized device has been detected".</li> </ul> </div> + <div class="card"> + <h3>Method 2: Throw a brick at it</h3> + <p>This method is by far the fastest. It works without even needing to power on the Wii.</p> + <ul> + <li>Step 1: Place your Wii somewhere safe, unobstructed by other objects, in a clear line of sight from you.</li> + <li>Step 2: Throw a brick at it as hard as you can.<li> + <li>Done! Your Wii should now be in pieces, it is no longer usable.</li> + </ul> + </div> + <div class="card"> + <h3>Method 3: Coming soon!</h3> + <p>More methods are coming soon! Stay tuned and keep refreshing this page occasionally for the latest news on how to effectively brick a Wii. Thanks for passing by!</p> + </div> </div> </div> </body> @@ -19,12 +19,12 @@ justify-content: center; margin: auto; padding: 10px; + gap: 10px; } .card { display: flex; flex-direction: column; - justify-content: center; background-color: #de7e4b; border-radius: 20px; color: #ffffff; |
