-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhttp404.php
52 lines (52 loc) · 2.37 KB
/
http404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>404 | Reunion7</title>
<meta property="og:title" content="Reunion7">
<meta property="og:description" content="Welcome to Reunion7, The Windows mod that aims to be 1:1 with 7.">
<meta property="og:image" content="https://reunion7.com/Assets/seo.png">
<meta property="og:url" content="https://reunion7.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Reunion7">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Assets/icon.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="body-content">
<div class="navbar">
<div class="top-header">
<p class="language-header">United States</p>
<a href="#">Change</a>
|
<a href="#">Other projects</a>
</div>
<div class="bottom-header">
<img src="Assets/long-logo.svg" alt="Reunion Logo" class="reunion-logo">
<div class="navlinks">
<a href="/">Home</a>
<a href="downloads.html">Download</a>
<a href="credits.html">Credits</a>
<a href="https://github.com/reunion-7-mod">GitHub</a>
<a href="https://discord.gg/dXVHnz2My9">Discord</a>
</div>
</div>
</div>
<div class="content-padded footer-404">
<h1 class="header-404">Beep boop o_0 | Page not found</h1>
<p>The page you are looking for wasn't found. <a href="/">Go back to home</a></p>
</div>
<footer>
<div class="copyright">
<img src="Assets/long-logo.svg" alt="Reunion Logo" class="reunion-logo-footer">
<p>© 2025 Reunion7</p>
</div>
<div class="right-side">
<p class="psa">This project isn't related to Microsoft. Windows and its logo are Microsoft's property.</p>
<img src="Assets/teamlogo.svg" alt="Reunion Team Logo" class="team-logo">
</div>
</footer>
</div>
</body>
</html>