1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-03 09:03:10 +02:00
2024-02-28 10:25:29 +05:30

18 lines
392 B
HTML

---
title: 404
layout: default
permalink: /404.html
excludeFromSitemap: true
---
<div class="ta-c">
<figure>
<img src="/images/404.png" style="width: 65vh" />
<figcaption style="opacity: 0.5">Image by https://icons8.com</figcaption>
</figure>
<p style="margin-top: 2rem">
Uh oh, the page you wanted to see isn't here. How about
<a href="/">going to the homepage</a>?
</p>
</div>