aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-05-03 22:36:14 +1200
committerArslaan Pathan <[email protected]>2026-05-03 22:36:14 +1200
commitd3b01058d2fd1fff262b655d194fbd12a5d4ccb3 (patch)
tree0e38b4bf8aa688d963a49c982146a389bddf1825
parent7a9998d6f0faed6f62541f8480d4301bcb4902f1 (diff)
downloadbrickmii-main.tar.xz
brickmii-main.zip
More methodsHEADmain
-rw-r--r--index.html19
-rw-r--r--styles.css2
2 files changed, 20 insertions, 1 deletions
diff --git a/index.html b/index.html
index 08701c2..0142056 100644
--- a/index.html
+++ b/index.html
@@ -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>
diff --git a/styles.css b/styles.css
index 621e1f9..967686e 100644
--- a/styles.css
+++ b/styles.css
@@ -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;