Skip to content

Commit

Permalink
Merge pull request #5 from qfoxb/main
Browse files Browse the repository at this point in the history
add page to redirect to discord
  • Loading branch information
qfoxb authored Nov 15, 2023
2 parents d0df7db + 8486904 commit 7cf310e
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/discord.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rock Band 3 Deluxe</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<meta property="og:image" content="https://rb3dx.neocities.org/images/embed.jpg">
<meta property="og:image:type" content="image/gif">
<meta name="twitter:text:title" content="The biggest rhythm game mod of all time!">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="The biggest rhythm game mod of all time!">
<meta property="og:title" content="Rock Band 3 Deluxe">
<meta property="og:type" content="website">
<meta property="og:url" content="https://rb3dx.neocities.org">
<meta property="theme-color" content="#61a8ff">
<meta http-equiv = "refresh" content = "2; url = https://discord.gg/xrba4CjdNC" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#61a8ff">
<meta name="msapplication-TileColor" content="#00aba9">
</head>
<body>
<header>
<br><br><br>
<div class="usable-area"><a href="index.html"><img src="images/logo.gif" alt="Rock Band 3 Deluxe" id="logo"></a></div>
</header>
<nav>
<div class="usable-area">
<a href="index.html">Home</a> |
<a href="https://github.com/hmxmilohax/rock-band-3-deluxe">GitHub</a> |
<a href="https://discord.gg/xrba4CjdNC">Discord</a> |
<a href="features.html">Features</a> |
<a href="https://github.com/hmxmilohax/rock-band-3-deluxe/blob/develop/dependencies/manual/manual.md#modifiers">User Manual</a> |
<a href="downloads.html">Downloads</a> |
<a href="install.html">How to Install</a>
</div>
</nav>
<main>
<h2 style="text-align: center; color: #ffffff;">Redirecting...</h2>
</main>
<footer>
<a href="https://discord.gg/xrba4CjdNC"><img src="images/milohax.png" alt="MiloHax"></a>
<p><cite>Rock Band 3</cite> &copy; 2010 Harmonix Music Systems. <cite>Rock Band 3 Deluxe</cite> is a fan project and is not affiliated with Harmonix, MTV Games, Mad Catz, or EA.</p>
</footer>
</body>
</html>

0 comments on commit 7cf310e

Please sign in to comment.