-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
23 lines (23 loc) · 1.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Julie David - Page not found</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/404.css">
</head>
<body>
<div id="content">
<div id="author">
<span class="initial">J</span><span class="letter">u</span><span class="letter">l</span><span class="letter">e</span><span class="letter">m</span><span class="letter">a</span><span class="letter">g</span><span class="letter">n</span><span class="letter">e</span>
<span class="initial">D</span><span class="letter">a</span><span class="letter">v</span><span class="letter">i</span><span class="letter">d</span><span class="letter">i</span><span class="letter">u</span><span class="letter">s</span>
</div>
<hr>
<h3 class="epithet">Last surviving member of the Davidian dynasty.</h3>
<a href="/">
<img id="portrait" src="gfx/art/thumbs/what-would-rembrandt-do.png" alt="What Would Julemagne Do?" title="What Would Julemagne Do?">
</a>
<h2 class="epithet">Page not found</h2>
</div>
</body>
</html>