-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
19 lines (17 loc) · 715 Bytes
/
Copy path404.html
File metadata and controls
19 lines (17 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: landing
title: 404
---
<section class="terminal">
<div class="terminal-bar">
<span class="tb-dot tb-red"></span>
<span class="tb-dot tb-yellow"></span>
<span class="tb-dot tb-green"></span>
<span class="terminal-title">tom@tomped: ~/tomped — bash</span>
</div>
<div class="terminal-body">
<p class="prompt-line"><span class="prompt">tom@tomped</span><span class="path">~/tomped</span><span class="sigil">$</span> cat <page></p>
<pre class="code"><code><span class="k">throw new</span> Error(<span class="s">'404 — page not found'</span>)</code></pre>
<p class="tree-summary"><a href="{{ site.baseurl }}/">cd /tomped</a> to head home</p>
</div>
</section>