-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
33 lines (31 loc) · 1.21 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/new-styles.css">
<link rel="stylesheet" href="css/tablecss.css">
<title>Home | InFoReddit</title>
<link rel="icon" type="image/x-image" href="assets/ir_logo_2_iMD_icon.ico">
</head>
<body>
<?php $currentPage = ''?>
<?php require_once('navigation.php');?>
<main>
<div class="content">
<h1 id="main-title" class="title">InFoReddit</h1>
<h1 id = "underscore" class="blinking title">_</h1>
<br>
<h2 class="title">Whoops! We seem to have dropped the ball. Try heading back <a href="/">home</a>.</h2>
<img id="logo-alt" src="assets/IR_Logo_2.PNG" alt="InFoReddit Logo. A stylised orange IR in a grey gearwheel.">
</div>
</main>
<div id="foot">
<footer>
<div id="footer-div">
<h3 class="left">InFoReddit, the Mid-Fold of the Internet. <br> Created by Team 08 for the CM2305 Module.</h3>
<h3 class="right">Cardiff University, 2022</h3>
</div>
</footer>
</div>
</body>
</html>