-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
33 lines (18 loc) · 758 Bytes
/
404.html
File metadata and controls
33 lines (18 loc) · 758 Bytes
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
---
permalink: /404.html
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Page Not Found</title>
<link href="https://dguis.github.io/D-Kids/style.css" rel="stylesheet">
<link href="https://dguis.github.io/D-Kids/Logos/50x50.JPG" rel="icon">
<!-- Test from w3schools.com <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
</head>
<body>
<h1>DKIDS</h1>
<br>
<img src="https://dguis.github.io/D-Kids/Logos/50x50.JPG" alt="D-Multi logo" width="250" height="250">
<p class="text"><strong>Error. The page you searched for was not found. Return to my homepage <a href="https://dguis.github.io/D-Kids">here</a>.</strong></p>
</body>