mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-05 23:30:19 +00:00
d4e5658783
We were using the 503 with an Aspen feature that has since been cut.
18 lines
321 B
HTML
18 lines
321 B
HTML
^L
|
|
{% extends templates/base.html %}
|
|
|
|
{% block heading %}
|
|
<h2 class="top">
|
|
<span>Page Not Found</span>
|
|
</h2>
|
|
{% end %}
|
|
{% block box %}
|
|
|
|
<p class="as-content">
|
|
Sorry, we can't find the page that you are searching for.
|
|
</p>
|
|
|
|
<div class="nav level-1"><a href="/"><button>Home</button></a></div>
|
|
|
|
{% end %}
|