-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
34 lines (32 loc) · 1.29 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
<head>
<title>Page not found – echevarria.io</title>
<link rel="icon" type="image/x-icon" href="favicon.png"/>
<link rel="stylesheet" type="text/css" href="/css/default.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="wrapper">
<div class="nav">
<a class="home" href="/index.html">Ivan Echevarria</a>
<div class="spacer"></div>
<a href="/photos/index.html">photos</a>
<a href="/blog/index.html">writing</a>
<a href="/reading/index.html">reading</a>
<a href="/code/index.html">projects</a>
<a href="/about.html">about</a>
</div>
<div class="content" style="text-align: center;">
<h1>404</h1>
<p style="text-align: left; margin-bottom: 1em;">
Page not found. It looks like you didn't end up where you wanted to
go. Here's a badly-generated Lego face that hopefully reflects your
confusion:
</p>
<img style="width: 50%; margin-bottom: 1em;" src="/img/wat.jpg"/>
<a href="/blog/lego-face-vae/index.html" style="font-style: italic;">
click here to learn how this image was generated
</a>
</div>
</div>
<script data-goatcounter="https://ivan.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>