-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.php
executable file
·55 lines (52 loc) · 2 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta charset="UTF-8">
<title>314chan | Not Found</title>
<link href="/css/MIcons.css" rel="stylesheet">
<link href="/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<style>
h1{
text-align: center;
}
</style>
</head>
<body>
<div class="navbar-fixed">
<nav class="marooncolor" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="/" class="brand-logo">314chan</a>
<ul class="right hide-on-med-and-down">
<li><a href="rules.html">Rules</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="news.html">News</a></li>
<li><a href="https://irc.314chan.org">IRC</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="rules.html">Rules</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="news.html">News</a></li>
<li><a href="https://irc.314chan.org">IRC</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
</div>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<div class="card-panel">
<img src="/404/r.php" style="margin:0px auto;display:block" />
<h1>404 - Not Found</h1>
<h3></h3>
</div>
</div>
</div>
<!-- Scripts-->
<script src="/js/jquery.js"></script>
<script src="/js/materialize.js"></script>
<script src="/js/init.js"></script>
</body>
</html>