-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from qfoxb/main
add page to redirect to discord
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> © 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> |