diff options
| author | Arslaan Pathan <[email protected]> | 2026-05-02 13:44:09 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-05-02 13:44:09 +1200 |
| commit | 7a9998d6f0faed6f62541f8480d4301bcb4902f1 (patch) | |
| tree | 4e95c8a690d19c77ea656db406c44689169f0c43 /index.html | |
| parent | 3a176877da4e1b153d6e9c5101e2b46e7c04e302 (diff) | |
| download | brickmii-7a9998d6f0faed6f62541f8480d4301bcb4902f1.tar.xz brickmii-7a9998d6f0faed6f62541f8480d4301bcb4902f1.zip | |
stuff
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..08701c2 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> + <head> + <title>BrickMii</title> + <link rel="stylesheet" href="styles.css"/> + </head> + <body> + <div class="content"> + <img src="/BrickMii.png"/> + <p>The go-to guide for bricking your Wii</p> + <div class="cards"> + <div class="card"> + <h3>Method 1: KoreanKii</h3> + <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> + </ul> + </div> + </div> + </div> + </body> +</html> |
