1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-22 06:03:22 +01:00

15 lines
338 B
HTML
Raw Normal View History

2019-03-14 23:28:34 +05:30
---
title: 404
layout: default
permalink: /404.html
excludeFromSitemap: true
---
<div class="ta-c">
<figure>
<img src="/images/404.png" style="width:65vh" />
<figcaption>Image by https://icons8.com</figcaption>
</figure>
<p>Uh oh, the page you wanted to see isn't here. How about <a href="/">going to the homepage</a>?</p>
</div>