-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (29 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Francisco Costa | 404 Page not found</title>
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/ph.css">
<script src="/assets/ph.js" type="text/javascript"></script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="nav-bar">
<div class="container">
<a href="/">Francisco Costa</a>
<a href="https://www.patreon.com/bePatron?u=3601517"><img class="u-pull-right" src="/assets/patreon.png"></a>
</div>
</div>
<div class="container">
<h1>Four hundred and four</h1>
<p>There's nothing here. Go back to the <a href="/">homepage</a>.</p>
</div>
<div class="separator"></div>
<div class="container footer">
If you'd like to support my work, you can <a href="https://www.patreon.com/bePatron?u=3601517">become a patron</a>. Read about <a href="/mission">my mission</a>.
</div>
</body>
</html>