website/revivetube/index.html
2025-03-24 15:38:24 +00:00

102 lines
5.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReviveTube | YouTube on Wii! | ReviveMii</title>
<link rel="stylesheet" href="/css/1.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<meta name="description" content="Watch YouTube Videos on your Wii!">
<audio src="/revivetube/revivetubechannel.mp3" autoplay="" preload></audio>
</head>
<body>
<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> <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>
<br>
</script>
<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>
<section class="project-hero" id="p" style="margin-bottom:-34px; ">
<div class="container">
<h1>ReviveTube</h1>
<p>A Revival for the Youtube Website on the Wii</p>
<button class="cta" onclick="location.href='#p'">Learn More</button>
</div>
</section>
<hr style=" position:relative; top:20px; width:95%; margin:auto;">
<section class="project-details" >
<div class="container">
<div class="project-description">
<h2>About the Project</h2>
<p>With ReviveTube you can watch YouTube Videos on your Wii. Without Homebrew! <br> (If you have homebrew on your Wii, we recommend the Homebrew Service RiiTube by RiiConnect24/WiiLink, because it supports fullscreen, and ReviveTube doesn't support fullscreen at this time) <br> <a href="https://rc24.xyz/services/riitube" target="_blank" onclick="startloading();" style="color: blue";>RiiTube (Old RC24) </a><br><a href="https://www.wiilink24.com/services/riitube/" style="color: blue" target="_blank" onclick="startloading();">RiiTube (WiiLink)</a></p>
</div>
<div class="project-features">
<h2>How to setup</h2>
<ul>
<p>Requirements</p>
<li>• Internet Channel Version: At least Ver. April 11, 2007 </li>
<span style="color:#919191; font-size:14px;">(If you have previously bought the Internet Channel, Go to the Wii Shop Channel, Titles You've Downloaded, and find Internet Channel, then Download or Update it.)</span>
<li>• A Wii lol</li>
<span style="color:#919191; font-size:14px;">(Info for Dolphin Users: The Loading Screen for ReviveTube is not working on Dolphin, i don't know why)</span>
<li>• An Internet Connection</li>
<li>• Patience (The Internet Channel is slow)</li>
</ul><br>
<ul>
<li>• 1. Open the Internet Channel</li>
<li>• 2. Go to http://yt.old.errexe.xyz/ (with http://)</li>
<li>• 3. (Optional) Save to Bookmarks</li>
<li>• 4. (Optional) Install Forwarder <a href="https://go.revivemii.xyz/revivetube-forwarder.html" style="color: blue; text-decoration: underline;">How to install</a></li>
<li><strong style="color:#ff4a4a;">Warning: The Website will only search Videos, if you press "Go", "Okay" will not work</strong></li>
</ul>
<hr style="margin-top:5px;">
<h1 style="color: green; text-align:center;">If you did it properly, Revivetubes website should show up. Have fun with ReviveTube!</h1>
</div>
</div>
</section>
<footer>
<p>© 2025 ReviveMii</p>
<p onclick="startloading();"><a href="/index.html#end">More Links in Home Footer</a><p>
<p onclick="startloading();"><a href="/contact.html">Contact Us</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://youtube.com/@ReviveMii-Project">YouTube</a></p>
</footer>
</body>
</html>