diff options
author | JJ | 2023-05-03 08:50:52 +0000 |
---|---|---|
committer | JJ | 2023-05-03 09:16:27 +0000 |
commit | 52e99050572d0b922f76266134383bfc66be8eca (patch) | |
tree | 6fd78db133f8692edc85540f3da0a81932f2f772 /404.html | |
parent | 7570754bf85b6c018ca9a7fc90a1e677600c899f (diff) |
Switch to new domain and switch back to Jekyll
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 27 |
1 files changed, 5 insertions, 22 deletions
@@ -1,27 +1,10 @@ -<!DOCTYPE html> -<html> -<head> - <title>j-james | 404</title> - <meta charset="utf-8"/> +--- +layout: default +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"/> - <link rel="icon" type="image/jpg" href="https://j-james.me/assets/compass.jpg"/> - <link rel="stylesheet" href="https://j-james.me/css/style.css"/> -</head> -<body> - <header> - <h1> - <a href="https://j-james.me">j-james</a> - </h1> - <nav> - <a href="https://j-james.me/about">about</a> - <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/posts">posts</a> - <a href="https://j-james.me/writeups">writeups</a> - </nav> - </header> + {% include header.html %} <br> <h2 style="margin: 20px;">404</h2> <span>Page not found</span> -</body> -</html> |