Skip to content

Commit

Permalink
fix 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
lunalawl committed Dec 21, 2023
1 parent 573dbf1 commit 968db27
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/not_found.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rock Band 2 Deluxe</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<meta property="og:image" content="https://rb2deluxe.neocities.org/images/embed.jpg">
<meta property="og:image:type" content="image/png">
<meta name="twitter:text:title" content="The Band&#39;s All Back Together. A massive quality-of-life mod for Rock Band 2.">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="The Band&#39;s All Back Together.">
<meta property="og:title" content="Rock Band 2 Deluxe">
<meta property="og:type" content="website">
<meta property="og:url" content="https://rb2deluxe.neocities.org">
<meta property="theme-color" content="#ac915f">
<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="#5bbad5">
<meta name="msapplication-TileColor" content="#00aba9">
</head>
<body>

<header>
<br><br><br>
<div class="usable-area">
<a href="index.html"><img src="images/logo.png" style="padding-right: 299px;" title="Rock Band 2 Deluxe" alt="Rock Band 2 Deluxe" id="logo"></a>
<a href="https://rb3dx.neocities.org"><img src="images/social/rb3dx.svg" style="height:40px; padding-right: 19px;" title="Rock Band 3 Deluxe" alt="Rock Band 3 Deluxe" id="rb3dx"></a>
<a href="https://github.com/hmxmilohax/rock-band-2-deluxe"><img src="images/social/github.svg" style="height:40px; padding-right: 20px;" title="GitHub" alt="GitHub" id="github"></a>
<a href="https://x.com/hmxmilohax"><img src="images/social/twitter.svg" style="height:40px; padding-right: 20px;" title="Twitter" alt="Twitter" id="twitter"></a>
<a href="discord.html"><img src="images/social/discord.svg" style="height:40px; padding-right: 20px;" title="Discord" alt="Discord" id="twitter"></a>
</div>
</header>
<nav>
<div class="usable-area">
<a href="index.html">Home</a> |
<a href="about.html">About Us</a> |
<a href="features.html">Features</a> |
<a href="downloads.html">Downloads</a> |
<a href="install.html">How to Install</a> |
</div>
</nav>
<main>
<h2 style="text-align: center; color: #ac915f;">404 Not Found</h2>
<p style="text-align: center;">The page you are looking for doesn't exist. </p>
</main>
<footer>
<a href="discord.html"><img src="images/milohax.png" alt="MiloHax"></a>
<p><cite>Rock Band 2</cite> © 2008 Harmonix Music Systems. <cite>Rock Band 2 Deluxe</cite> is a fan project and is not affiliated with Harmonix, MTV Games, Fender, or EA.</p>
</footer>
</body>
</html>

0 comments on commit 968db27

Please sign in to comment.