summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:04:18 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:04:18 +0100
commit8bd918240e5f6361ddfa1ee89e31e252c7a44ef2 (patch)
tree805c908f77a1933fe86061128a8497b87c23662f
parent58f0d426f4918a464579bdd10868fa302e620a66 (diff)
fix: remove table
-rw-r--r--index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/index.html b/index.html
index c92540a..7ec6ef1 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,6 @@
<header>
<h1>Gustaf Rydholm's Webpage</h1>
</header>
-
<nav>
<ul>
<a href="https://gustafrydholm.xyz"><li>Home</li></a>
@@ -18,23 +17,13 @@
<a href="contact.html"><li>Contact</li></a>
</ul>
</nav>
-
<main>
-
- <table width="100%"><tbody><tr><td width="10%"><td width="25%">
<br />
-
<p>Hello, world!</p>
-
<p>Various software and scripts I maintain and develop (replication x3):</p>
-
<footer><a href="https://git.gustafrydholm.xyz"><li><img src="images/git.png" alt="Private Git Server"></li></a><a href="https://github.com/aktersnurra"><li><img src="images/github.png" alt="GitHub"></li></a><a href="https://gitlab.com/aktersnurra"><li><img src="images/gitlab.png" alt="GitLab"></li></a></footer>
-
<p>TBC...</p>
-
<footer><a href="https://landchad.net"><img src="images/landchad.gif" alt="LandChad.net"></a></footer>
-
- </td><td width="10%"></td></tr></tbody></table>
</main>
</body>
</html>