-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
47 lines (40 loc) · 1.25 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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="description" content="Error Error Error">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>David Pollard - pollardld</title>
<link rel="author" href="https://plus.google.com/110509288613946706724?rel=author">
<link rel="stylesheet" href="/css/style.css" type="text/css" media="all">
</head>
<body>
<main class="home" id="home">
<article class="dinosaur" id="dinosaur">
<section class="triceratops">
<div class="eye"></div>
<object data="inc/img/tri.svg" type="image/svg+xml" class="dino"></object>
</section>
</article>
<article class="info">
<h1>This Page is Extinct</h1>
<h4>Try one of these</h4>
<section class="content">
<a href="#work">
<img src="/inc/img/t-rex.svg">
<i class="icon-coffee"> T-Work</i>
</a>
<a href="#contact">
<img src="/inc/img/pteranodon.svg">
<i class="icon-beer"> Ptalk</i>
</a>
<a href="#blog">
<img src="/inc/img/stegosaurus.svg">
<i class="icon-rss"> Blogo</i>
</a>
</section>
</article>
</main>
</body>
</html>