forked from muan/site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
64 lines (60 loc) · 2.5 KB
/
404.html
File metadata and controls
64 lines (60 loc) · 2.5 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype>
<html>
<head>
<link href='/assets/new.css' rel='stylesheet' type='text/css' />
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
<link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dosis:700&text=404' rel='stylesheet' type='text/css'>
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
<meta content="http://muan.co/images/og.png" property="og:image" />
<title>@muanchiou - 404</title>
<meta content='@muanchiou' property='og:title' />
<meta content='http://muan.co' property='og:url' />
<meta content="" property='og:description' />
<meta content="blog" property="og:type" />
<!-- - -->
<script type='text/javascript'>
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21332781-7']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
</head>
<body>
<header class="header">
<a href="/" class="home">💥</a>
</header>
<div class="wrapper">
<div class="sidebar">
<div style="font-family: 'Dosis'; font-size: 100px; line-height: 1;">404</div>
<p>What? There's nothing here.</p>
<br><br><br><br><br><br>
</div>
<div class="column js-content">
<h4 class="title-contact">Contact & Interwebs.</h4>
<p>
Via twitter <a href="https://twitter.com/muanchiou">@muanchiou</a> or github <a href="https://github.com/muan">@muan</a>. Must-be-email emails should be sent to hi#muan.co.
</p>
<p>
You can also <a href="https://tinyletter.com/muan">subscribe</a> to my newsletters.
</p>
<p>
Find me on
<a href="https://instagram.com/muanchiou">Instagram</a>,
<a href="https://dribbble.com/muan">Dribbble</a>, or
<a href="https://speakerdeck.com/muan">Speakerdeck</a>.
</p>
</div>
</div>
<footer class="footer">
The end.
</footer>
</body>
</html>