diff options
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> |
