diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 23 |
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 – 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> |