diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-13 12:26:37 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-13 12:26:37 +0100 |
commit | 15785da603ba856933d0e088c15e0195f62d9001 (patch) | |
tree | 1142e2c64f93118c7a79e88113387296fec8478f /index.html | |
parent | b1944ebe0cd818bacf055ca7fbda842ca4e2aa9b (diff) |
fix: format
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -7,7 +7,7 @@ </head> <body> <header> - <h1>Gustaf Rydholm's Webpage</h1> + <h1>Gustaf Rydholm's Webpage</h1> </header> <nav> <ul> @@ -18,12 +18,12 @@ </ul> </nav> <main> - <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> + <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> </main> </body> </html> |