mirror of
https://github.com/ReviveMii/website
synced 2025-09-02 19:41:05 +02:00
114 lines
5.1 KiB
HTML
114 lines
5.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1MVYJRKPK2"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-1MVYJRKPK2');
|
|
</script>
|
|
|
|
<link rel="canonical" href="https://revivemii.xyz/">
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>ReviveMii: We revive Nintendo Online Services</title>
|
|
<link rel="stylesheet" href="css/1.css">
|
|
<meta name="description" content="We bring life back to the old Software from Nintendo with Internet Functionality with custom servers. We have Servers for YouTube on Wii and Nintendo Image Share. Keywords: Nintendo Wii, Nintendo Wii U, Nintendo 3DS, Nintendo DSi">
|
|
</head>
|
|
<div id="loadicon" style="display:none; width:40px; height:40px; position:fixed;top:8px;left:8px; overflow:hidden;z-index:1050;" >
|
|
<script>
|
|
var loadingsfx = new Audio("15.wav");
|
|
function startloading() {
|
|
document.getElementById("loadicon").style.display="block";
|
|
setTimeout(stoploading,2000); // if page dont load past this point loader stops xD
|
|
loadingsfx.play();
|
|
loadingsfx.loop=true;
|
|
loadingsfx.currentTime = 0;
|
|
}
|
|
|
|
function stoploading() {
|
|
document.getElementById("loadicon").style.display="none";
|
|
loadingsfx.pause();
|
|
}
|
|
</script>
|
|
<img src="/wiiloading.gif" style="display:flex; width:40px; height:40px;" id="wiiring" alt="">
|
|
</div>
|
|
|
|
<header onload="stoploading();">
|
|
<div class="logo-container">
|
|
<a onclick="startloading();" href="index.html" class="logo" style="text-decoration: none">
|
|
<img src="favicon.ico" alt="ReviveMii Logo" class="logo-img" style="text-decoration: none">
|
|
<span>ReviveMii</span>
|
|
</a>
|
|
</div>
|
|
</a>
|
|
<nav>
|
|
<a onclick="startloading();" href="index.html">Home</a>
|
|
<a onclick="startloading();" href="projects.html">Projects</a>
|
|
<a onclick="startloading();" href="about.html">About</a>
|
|
</nav>
|
|
</header>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<section class="hero">
|
|
<div>
|
|
<img src="favicon.ico" alt="ReviveMii Logo" style="border-radius:8px; width:180px; max-width:180px; max-height:150px;">
|
|
<h1 style="color:#34BEED; ">ReviveMii</h1>
|
|
<p>A Nintendo Revival Service.</p>
|
|
<hr>
|
|
<br>
|
|
<a onclick="startloading();" href="projects.html" class="cta">Discover Featured Projects</a><br><br><br>
|
|
<a onclick="startloading();" href="https://github.com/ReviveMii" target="_blank" class="cta">Source Code (GitHub)</a><br><br>
|
|
<iframe loading="lazy" src="https://status.errexe.xyz/badge?theme=dark" target="_blank" width="250" height="30" frameborder="0" scrolling="no"></iframe><br><br>
|
|
<a onclick="startloading();" href="https://status.errexe.xyz/" target="_blank" class="cta">Check the Server Status</a>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<a onclick="startloading();" href="/discord-redirect.html" class="cta">Join Discord</a>
|
|
<br>
|
|
<br>
|
|
|
|
<hr>
|
|
</section>
|
|
<div id="cookiePopup" style="position: fixed; bottom: 0; left: 0; right: 0; background-color: #333; color: white; padding: 15px; text-align: center; font-size: 16px; z-index: 1000; display: none;">
|
|
This website uses cookies. <a href="/wc.html" style="color: blue; text-decoration: underline">What Cookies</a>
|
|
<button onclick="acceptCookies()" style="background-color: #4CAF50; color: white; border: none; padding: 10px 20px; cursor: pointer; font-size: 14px; margin-left: 20px;">Accept</button>
|
|
</div>
|
|
<script>
|
|
if (!localStorage.getItem('cookiesAccepted')) {
|
|
document.getElementById('cookiePopup').style.display = 'block';
|
|
}
|
|
|
|
function acceptCookies() {
|
|
localStorage.setItem('cookiesAccepted', 'true');
|
|
document.getElementById('cookiePopup').style.display = 'none';
|
|
}
|
|
</script>
|
|
<footer id="end" class="end">
|
|
<p>© 2025 ReviveMii</p>
|
|
<p onclick="startloading();"><a href="/privacy">Privacy Policy</a></p>
|
|
<p onclick="startloading();"><a href="/terms">Terms of Service</a></p>
|
|
<p onclick="startloading();"><a href="/contact.html">Contact Us</a></p>
|
|
<p onclick="startloading();"><a href="/credits.html">Website Credits</a></p>
|
|
<p onclick="startloading();"><a href="/discord-redirect.html">Join Discord</a></p>
|
|
<p onclick="startloading();"><a href="https://github.com/ReviveMii/">GitHub</a></p>
|
|
<p onclick="startloading();"><a href="https://www.youtube.com/@ReviveMii-Project">YouTube</a></p>
|
|
<p onclick="startloading();"><a href="http://yt.old.errexe.xyz/?query=ReviveMii">ReviveMii on ReviveTube</a></p>
|
|
<p onclick="startloading();"><a href="/cookies.html">Manage Cookies<p></a>
|
|
<p onclick="startloading();"><a href="/wc.html">What Cookies do we use?</a></p>
|
|
<!-- Not working
|
|
|
|
<a onclick="startloading();" href="http://rss.errexe.xyz/blog/revivemii.xml" target="_blank" style="display: inline-flex; align-items: center; text-decoration: none; background-color: #0077cc; color: white; padding: 8px 12px; border-radius: 4px; font-size: 14px;">
|
|
<img src="/img/rss.png" alt="RSS" style="width: 16px; height: 16px; margin-right: 8px;">
|
|
Subscribe to RSS
|
|
</a>
|
|
-->
|
|
</footer>
|
|
</body>
|
|
</html>
|