summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-16 01:21:02 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-16 01:21:02 +0200
commitc0d248d18c4d2a8921ef59377c26382abbffe8c3 (patch)
treefa28596ff7a5f3dda63174ffa58b21ee81e99e79 /about.html
parentaccd771c040f2869e2e464d33cb90e70576ba7e1 (diff)
Update hugo framework
Diffstat (limited to 'about.html')
-rw-r--r--about.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/about.html b/about.html
deleted file mode 100644
index da15df2..0000000
--- a/about.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html lang=en>
- <head>
- <title>About Me &ndash; 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>
- <br />
- <p>I am an Electrical Engineer.</p>
- </body>
-</html>