diff options
author | JJ | 2024-07-22 04:42:42 +0000 |
---|---|---|
committer | JJ | 2024-07-22 20:21:58 +0000 |
commit | 3c11f6cca5b73e188289ada66e7924b4b33e4f59 (patch) | |
tree | 2c410c7856d30985dfabf4319dcc6385a6872d1a /404.html | |
parent | 2a99a0556e17771181eb31b1c9f6fb6ed335158f (diff) |
replace jekyll with hakyll
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,10 +1,10 @@ --- -layout: default +layout: main title: 404 --- - <meta http-equiv="refresh" content="0; URL=https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> - <link rel="canonical" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> - {% include header.html %} - <br> - <h2 style="margin: 20px;">404</h2> - <span>Page not found</span> +<meta http-equiv="refresh" content="0; URL=https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> +<link rel="canonical" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> +<style> main {text-align: center} footer {display: none} </style> +<br> +<h2 style="margin: 20px;">404</h2> +<span>Page not found</span> |