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
|
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Leiningen: not found</title>
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="/stylesheets/base.css">
<link rel="stylesheet" href="/stylesheets/skeleton.css">
<link rel="stylesheet" href="/stylesheets/layout.css">
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<div class="container">
<div class="three columns offset-by-one">
<img src="img/leiningen.jpg" title="logo" id="logo">
</div>
<div class="eight columns offset-by-two" id="title">
<h1 style="margin-top: 40px">Leiningen</h1>
<p>Sorry. Couldn't Find That Page! You probably want
to <a href="/">go home</a>?</p>
</div>
</div>
</body>
</html>
|