-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
22 lines (22 loc) · 889 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<html manifest="cache.manifest"
<script src="/Script/404.js"></script>
<link rel="stylesheet" href="/Style/404.css">
<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>
</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;">
<h3>https://www.dev.madebydanny.uk</h3>
<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>