kittensite/main/404.html

10 lines
190 B
HTML
Raw Normal View History

2021-03-20 17:25:14 +00:00
---
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>