summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:26:37 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:26:37 +0100
commit15785da603ba856933d0e088c15e0195f62d9001 (patch)
tree1142e2c64f93118c7a79e88113387296fec8478f
parentb1944ebe0cd818bacf055ca7fbda842ca4e2aa9b (diff)
fix: format
-rw-r--r--index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/index.html b/index.html
index 7ec6ef1..7dc5641 100644
--- a/index.html
+++ b/index.html
@@ -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>