diff options
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> |