mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 02:30:13 +02:00
website: ui tweaks
This commit is contained in:
14
packages/website/404.html
Normal file
14
packages/website/404.html
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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>
|
Reference in New Issue
Block a user