From d3b01058d2fd1fff262b655d194fbd12a5d4ccb3 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 3 May 2026 22:36:14 +1200 Subject: More methods --- index.html | 19 +++++++++++++++++++ styles.css | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 08701c2..0142056 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,27 @@

This is a surefire way to brick your Wii quickly. As long as you have a non-Korean region Wii, it should work fine.

+
+

Method 2: Throw a brick at it

+

This method is by far the fastest. It works without even needing to power on the Wii.

+ +
+
+

Method 3: Coming soon!

+

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!

+
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; -- cgit v1.2.3