-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
24 lines (24 loc) · 983 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WiiNet</title>
<script type="text/javascript">
if (navigator.userAgent.match(/Wii/)) { window.location = 'http://app.wiinet.xyz'; }
</script>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<div class="main-slide">
<div class="main-slide-content">
<h1>Welcome to WiiNet</h1>
<img style="width:100%;" src="img/preview.webp"/><br>
<p>WiiNet is a website that brings a suite of features to the Nintendo Wii's Internet Channel.<br>
To access it, just visit this page, <strong>wiinet.xyz</strong> on the Wii.</p>
<div class="socials">
<a href="https://discord.gg/PBuAbQbrXJ">Discord</a> - <a href="https://github.com/turtlenet">GitHub</a> - <a href="https://Twitter.com/WiiNet_">Twitter</a> - <a href="https://www.youtube.com/channel/UCxAJAP5W7Qk8SL4fn3qdL0Q">YouTube</a>
</div>
</div>
</div>
</body>
</html>