-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
34 lines (33 loc) · 1.04 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
33
34
<!DOCTYPE html>
<html lang="en">
<html manifest="cache.manifest"
<script src="/Javascript/404.js"></script>
<link rel="icon" type="image/x-icon" href="https://mbduk-cdn.madebydanny.uk/a28a3c50-3e92-47f6-adea-b62eccd07ecd.png">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 404</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
}
h1 {
font-size: 50px;
}
p {
font-size: 20px;
}
</style>
</head>
<body>
<h2>MBD CDN</h2>
<h1>Error 404</h1>
<img src="https://mbduk-cdn.madebydanny.uk/a28a3c50-3e92-47f6-adea-b62eccd07ecd.png" alt="MBD CDN Error" style="width:350px;height:350px;">
<p>Oops! The page you're looking for can't be found.</p>
<p>MBD CDN Can't find the page requested.</p>
<a href="https://cdn.madebydanny.uk">Go to Our Homepage</a>
<a href="index.html">Go to Homepage</a>
</body>
</html>