rpcsx-site/index.html
2021-03-09 20:41:14 -05:00

85 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Home &mdash; WiiLink24</title>
<meta name="description" content="WiiLink24 is an all new revival service for the Wii. It brings back some of the most highly reqeuested channels back online &mdash; the channels released only in Japan!">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://proicons.netlify.app/css/icons.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="assets/icon.png">
</head>
<body>
<div class="navbar" id="navbar">
<a href="https://wiilink24.com"><i class="fas fa-home"></i> Home</a>
<a href="https://wiilink24.com/news"><i class="fas fa-comment-alt-lines"></i> News</a>
<a href="https://wii.guide/wiilink24"><i class="fas fa-book"></i> Guide</a>
<a href="https://wiilink24.com/services"><i class="fas fa-cogs"></i> Services</a>
<a href="https://wiilink24.com/donators"><i class="fas fa-sparkles"></i> Donators</a>
<a href="javascript:void(0);" class="icon" onclick="mobileNav()"><i class="fa fa-bars"></i></a>
</div>
<div class="content">
<div class="header">
<h1>WiiLink24 is a new online service for the Wii. Along with it, it brings some of the most highly requested channels back online &mdash; the channels released only in Japan!</h1>
<ul>
<li>Go online with <b>Wii Room</b>, the revival of <b>Wii no Ma</b> that's been one of the most requested things in the scene for years</li>
<li>Use it alongside <b>Wii Room Go</b>, the DSi companion app (coming soon)</li>
<li>More features will be added to the service as time progresses</li>
</ul>
</div>
<div class="faq">
<h1 class="center"><i class="fas fa-question-square"></i> FAQ</h1>
<h2>Why should I use WiiLink24?</h2>
<ul>
<li>You won't find another service like WiiLink24! WiiLink24 strives to bring back the Japanese exclusive Wii channels that were shut down many years ago. Namely <b>Wii no Ma</b>, <b>Demae Channel</b>, and <b>Digicam Print Channel</b>. With this service you can bring more life into your Nintendo Wii and use exclusive channels that you most likely haven't experienced yet.</li>
</ul>
<br>
<h2>Why does WiiLink24 exist?</h2>
<ul>
<li>Without a replacement service for these Japanese channels, they would be lost to time, never to be seen again. However, thanks to our work, future generations of players can experience these channels again!</li>
</ul>
<br>
<h2>Is using WiiLink24 legal?</h2>
<ul>
<li>Absolutely! Our server development is completely clean of all copyrighted code and material. All code is written from the ground up. You will have no legal trouble from using our service.</li>
</ul>
</div>
<div class="section">
<h1 class="center"><i class="fas fa-video"></i> Promotional Video</h1>
<div class="embed">
<iframe src="https://www.youtube.com/embed/mkPGQyb-5Vg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" title="WiiLink24: Japan Is Coming to You" allowfullscreen></iframe>
</div>
</div>
<div class="footer">
<div class="item">
<h2><i class="fa fa-info-circle"></i> About WiiLink24</h3>
<p>WiiLink24 is a revival service for the now-defunct Japanese exclusive Wii channels. This service will (soon) allow you to use <b>Wii no Ma</b>, <b>Demae Channel</b>, and <b>Digicam Print Channel</b>.</p>
</div>
<div class="item">
<h2><i class="fa fa-copyright"></i> 2020-2021 WiiLink24 Team</h3>
<p>We are not associated with Nintendo nor its affiliates. We are also not associated with the staff of any other online services for the Wii.</p>
</div>
<div class="item">
<h2><i class="fa fa-globe-americas"></i> Social Media</h3>
<a target="_blank" href="https://github.com/wiilink24" rel="noopener"><i class="fab fa-github"></i> GitHub</a>
<br>
<a target="_blank" href="https://discord.gg/n4ta3w6" rel="noopener"><i class="fab fa-discord"></i> Discord</a>
<br>
<a target="_blank" href="https://twitter.com/wiilink24" rel="noopener"><i class="fab fa-twitter"></i> Twitter</a>
<br>
<a target="_blank" href="https://www.patreon.com/WiiLink24" rel="noopener"><i class="fab fa-patreon"></i> Patreon</a>
<br>
<a target="_blank" href="https://www.youtube.com/channel/UC_14J0EMfli2hVoBaQq0d3w" rel="noopener"><i class="fab fa-youtube"></i> YouTube</a>
</div>
</div>
<script>
function mobileNav() {
var x = document.getElementById("navbar");
if (x.className === "navbar") {
x.className += " responsive";
} else {
x.className = "navbar";
}
}
</script>
</body>
</html>