diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-16 01:21:02 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-16 01:21:02 +0200 |
commit | c0d248d18c4d2a8921ef59377c26382abbffe8c3 (patch) | |
tree | fa28596ff7a5f3dda63174ffa58b21ee81e99e79 /blog.html | |
parent | accd771c040f2869e2e464d33cb90e70576ba7e1 (diff) |
Update hugo framework
Diffstat (limited to 'blog.html')
-rw-r--r-- | blog.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/blog.html b/blog.html deleted file mode 100644 index 1d4b155..0000000 --- a/blog.html +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html> -<html lang=en> - <head> - <title>Blog – Gustaf Rydholm</title> - <link rel="stylesheet" type="text/css" href="style.css"> - <meta charset="utf-8"> - </head> - <body> - <header> - <h1>Gustaf Rydholm's Webpage</h1> - </header> - <nav> - <ul> - <a href="https://gustafrydholm.xyz"><li>Home</li></a> - <a href="about.html"><li>About</li></a> - <a href="blog.html"><li>Blog</li></a> - <a href="contact.html"><li>Contact</li></a> - </ul> - </nav> - <main> - <br /> - <p>Hello, world!</p> - </main> - </body> -</html> |