mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
First
This commit is contained in:
commit
6449151d7a
38 changed files with 779 additions and 0 deletions
17
templates/404.html
Normal file
17
templates/404.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
|
||||
{%- block title -%}Page not found{%- endblock -%}
|
||||
|
||||
{%- block robots -%}
|
||||
<meta name="robots" content="noindex, follow">
|
||||
{%- endblock -%}
|
||||
|
||||
{%- block main -%}
|
||||
{%- filter indent -%}{%- filter indent -%}
|
||||
<section class="framed">
|
||||
<h2>Page not found...</h2>
|
||||
<p>Sorry, this page doesn't exist. Go back <a href="{{ config.base_url | safe }}">home</a>?</p>
|
||||
</section>
|
||||
{%- endfilter -%}{%- endfilter -%}
|
||||
{%- endblock -%}
|
||||
Loading…
Add table
Add a link
Reference in a new issue