-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
34 lines (26 loc) · 1.23 KB
/
404.html
File metadata and controls
34 lines (26 loc) · 1.23 KB
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">
<!-- Maren Vernon Portfolio 404 page-->
<head>
<meta charset="utf-8">
<title>Maren Vernon, WordPress Developer</title>
<meta name="author" content="Maren Vernon Maren Greif">
<meta content="A portfolio site for Maren Vernon (formerly Maren Greif), available for web design and development, currently focusing on WordPress development." name="description">
<meta name="google-site-verification" content="aeU_qZ_FFn-z_o8VwRVmjLVuPm8Aeunxdffv-9rRO1w">
<meta name="google-site-verification" content="PnVnolBdH41IhGLpF61Ub4BP1mKd6xblzUAxseOQBNc">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- recognizes device, see also code in CSS -->
<link href="css/style.css" rel="stylesheet" type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:900,400' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrong-turn">
<div class="ugh-img">
<img src="img/coffee.jpg">
</div>
<div class="ugh-text">
<p id="ugh-big">Ugh, not a 404 page!<br>Better get some coffee and try again.</p>
<p>Sorry, this page no longer exists, never existed, or has moved. But feel free to take a look around other pages.</a></p>
</div>
</div><!-- .wrong-turn -->
</body>
</html>