-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
16 lines (16 loc) · 1.01 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
permalink: /404.html
layout: default
title: Page Not Found
---
<section class="section">
<h1 class="title has-text-centered">404 - Page Not Found</h1>
<div class="container">
<div class="content">
<p>Congratulations, you've only gone and broke the bloody website. I hope you're happy.</p>
<p>As punishment, please spend at least thirty seconds <a href="https://youtu.be/0Wi8Fv0AJA4" target="_blank">listening to this music</a> while you think about what you've done.</p>
<p>Once you have spent a sufficient amount of time contemplating your actions, you can return to the <a href="/">home page</a> safe in the knowledge that you realise the error of your ways.</p>
<p>... OK, in all seriousness, this might have actually been my fault. If it was, please <a href="https://github.com/drwhut/tabletop_club_website/issues" target="_blank">report an issue</a>. But you still need to listen to the music for at least thirty seconds.</p>
</div>
</div>
</section>