mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-22 06:03:22 +01:00
15 lines
338 B
HTML
15 lines
338 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>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>
|