summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:20:11 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:20:11 +0100
commitb1944ebe0cd818bacf055ca7fbda842ca4e2aa9b (patch)
tree3933fe0848b542cff14866b7558aa5e7704688b3 /about.html
parent661ff3f435daff4fb05bf19ad39ca51cc8425585 (diff)
fix: remove newlines
Diffstat (limited to 'about.html')
-rw-r--r--about.html14
1 files changed, 3 insertions, 11 deletions
diff --git a/about.html b/about.html
index fd6807a..da15df2 100644
--- a/about.html
+++ b/about.html
@@ -5,13 +5,10 @@
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
-
<body>
-
<header>
- <h1>Gustaf Rydholm's Webpage</h1>
+ <h1>Gustaf Rydholm's Webpage</h1>
</header>
-
<nav>
<ul>
<a href="https://gustafrydholm.xyz"><li>Home</li></a>
@@ -20,12 +17,7 @@
<a href="contact.html"><li>Contact</li></a>
</ul>
</nav>
-
- <table width="100%"><tbody><tr><td width="10%"><td width="25%">
- <br />
-
- <p>I am an Electrical Engineer.</p>
-
- </td><td width="10%"></td></tr></tbody></table>
+ <br />
+ <p>I am an Electrical Engineer.</p>
</body>
</html>