11 lines
289 B
HTML
11 lines
289 B
HTML
|
---
|
||
|
layout: main_layout.njk
|
||
|
title: Hungry kittens ate this page!
|
||
|
---
|
||
|
|
||
|
<div class="center-left">
|
||
|
<h2>{{ title }}</h2>
|
||
|
<hr>
|
||
|
<h1>This page does not exist!<br>I'm sorry!!</h1>
|
||
|
</div>
|
||
|
<img id="kittens" src="/assets/kitties.png" alt="A silhouette of two cats sitting near eachother">
|