-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (27 loc) · 1.09 KB
/
404.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://wfs.joshuanoakes.co.uk/data/img/logo.png" rel="icon"
type="image/x-icon">
<title>Page Not Found</title>
<meta name="description" content="If you're seeing this you're trying to access a page that doesn't exist">
<meta name="theme-color" content="#222426">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://wfs.joshuanoakes.co.uk/data/css/full-style.css"
rel="stylesheet">
<script>
console.log('Powered by Nginx Proxy Manager \nhttps://github.com/jc21/nginx-proxy-manager')
</script>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1 class="text-center">Page Not Found</h1>
<p class="text-center">If you're seeing this you're trying to access a page that doesn't exist</p>
</div>
</div>
</body>
</html>