-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 2.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<title>mkwii.guide</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.svg">
<meta property="og:title" content="mkwii.guide">
<meta name="twitter:title" content="mkwii.guide">
<meta name="theme-color" content="#28ACF3">
<meta property="og:description" content="An information hub for Mario Kart Wii">
<meta name="description" content="An information hub for Mario Kart Wii">
<meta property="twitter:description" content="An information hub for Mario Kart Wii">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<div id="top">
<h1>mkwii.guide</h1>
</div>
<p>Welcome to <b>mkwii.guide</b>, an information hub for Mario Kart Wii. At the moment, the site is pretty basic but can help guide players in the right direction.</p>
<p>Here are some links to get you started:</p>
<ul>
<li><a href="https://youtube.com/watch?v=_tmDH7oZzzg" target="_blank">How to play Mario Kart Wii online</a>: a YouTube tutorial for how to set up Wiimmfi on your Wii or Wii U, allowing you to play online after the Nintendo WFC shutdown</li>
<li><a href="https://chadsoft.co.uk" target="_blank">CTGP Revolution</a>: a popular mod for the game that adds 218 custom tracks, time trial support, custom gamemodes, and more</li>
<li><a href="http://wiki.tockdom.com" target="_blank">Custom Mario Kart Wiiki</a>: a wiki about Mario Kart Wii modding — a great resource for those looking for more custom tracks, custom characters, etc.</li>
</ul>
<p>Additionally, here are communities run by the maintainer of this site:</p>
<ul>
<li><a href="https://reddit.com/r/MarioKartWii" target="_blank">r/MarioKartWii</a>: a subreddit for all things Mario Kart Wii, useful for finding people to play with or talking about the game</li>
<li><a href="https://discord.gg/Rtcapmv" target="_blank">r/MarioKartWii Discord server</a>: a Discord server for r/MarioKartWii, allowing people to interact in a more real-time setting</li>
</ul>
<div id="footer">This page was last updated on May 20, 2021.</div>
</div>
</body>
</html>