-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (37 loc) · 1.12 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
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Error: Page Not Found</title>
<meta
name="description"
content="Dominic Brant: Front-end web developer and designer portfolio"
/>
<meta name="author" content="Dominic Brant" />
<link rel="shortcut icon" href="#" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet"
/>
<link rel="stylesheet" href="coming-soon/coming-soon-style.css" />
</head>
<body>
<div class="container">
<h1>Page Not Found</h1>
<p>
Hello, it looks like the page you entered doesn't exist. If you believe
this is an issue that needs fixing, please open an issue on this
website's
<a
class="github-link"
href="https://github.com/dombrant/dombrant.com/issues"
>
GitHub repo,</a
>
<a class="homepage-link" href="https://dombrant.com"> Click here</a> to
go to this website's homepage.
</p>
</div>
</body>
</html>