website/revivetube/index.html
TheErrorExe 220f89fc55 test
2025-02-07 13:18:03 +00:00

78 lines
3.3 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!">
</head>
<body>
<header>
<div class="logo-container">
<a 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 href="/index.html">Home</a>
<a href="/projects.html">Projects</a>
<a 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">
<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>
<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! (If you have homebrew on your Wii, we recommend the Homebrew Service RiiTube by RiiConnect24/WiiLink, because it supports fullscreen, and ReviveTube supports no Full Screen at the time <a href="https://rc24.xyz/services/riitube" style="color: blue";>RiiTube (Old RC24) </a><a href="https://www.wiilink24.com/services/riitube/" style="color: blue">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 (Open the Wii Shop Channel to update)</li>
<li>• A Wii lol (Info for Dolphin Users: The Loading Screen for ReviveTube is not working on Dolphin, i don't know why)</li>
<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><strong>Warning: The Website will only search Videos, if you press "Go", "Okay" will not work</strong></li>
</ul>
<h1 style="color: green">Have fun with ReviveTube!</h1>
</div>
</div>
</section>
<footer>
<p>© 2025 ReviveMii</p>
<p><a href="/index.html#end">More Links in Home Footer</a><p>
<p><a href="/contact.html">Contact Us</a></p>
<p><a href="/discord-redirect.html">Join Discord</a></p>
<p><a href="https://github.com/ReviveMii/">GitHub</a></p>
<p><a href="https://youtube.com/@ReviveMii-Project">YouTube</a></p>
</footer>
</body>
</html>