9 lines
334 B
Markdown
9 lines
334 B
Markdown
---
|
|
layout: base
|
|
title: "Page Not Found"
|
|
permalink: /404.html
|
|
---
|
|
<div style="text-align:center; padding:3rem 1rem;">
|
|
<div class="banner">EXTRA! PAGE NOT FOUND</div>
|
|
<p style="font-style:italic; margin-top:1rem;">The article you seek was never filed, or the copy boy lost it. <a href="/">Return to today's edition</a>.</p>
|
|
</div>
|