summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-19 20:06:54 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-19 20:06:54 +0100
commit1be14f8da9d2f9869a61bad5e14c36e04d994dd0 (patch)
treee411a8df0b32b7c90e3f2d86d0d3d1103dc7a9c3
parenta2091fdb520240c4d6caaf97c55dd41b4881adf8 (diff)
Update index.html
-rw-r--r--index.html34
1 files changed, 31 insertions, 3 deletions
diff --git a/index.html b/index.html
index f844e74..0a5899d 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,33 @@
-<h1>Gustaf Rydholm's Website</h1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xmlns= "http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Gustaf Rydholm's Webpage</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ <meta charset="utf-8">
+ </head>
-<p>TBC...</p>
+ <body>
-<p>TBC...</p>
+
+ <br /><center><h1>Gustaf Rydholm's Webpage</h1></center><br />
+
+
+ <table width="100%"><tbody><tr><td width="10%"><td width="10%">
+ <br />
+
+ <p>Hello, world!</p>
+
+ <p><a href="cv.html">📜 CV</a></p>
+
+ <p>Various software and scripts I maintain and develop (replication x3):</p>
+ <dl>
+ <dt><a href="https://git.gustafrydholm.xyz"><img src="images/git.png" alt="git logo"> Personal Git</a></dt><dd>
+ <dt><a href="https://github.com/aktersnurra"><img src="images/github.png" alt="git logo"> GitHub</a></dt><dd>
+ <dt><a href="https://gitlab.com/aktersnurra"><img src="images/gitlab.png" alt="git logo"> GitLab</a></dt><dd>
+ </dl>
+
+
+ <p>TBC...</p>
+ </td><td width="10%"></td></tr></tbody></table>
+ </body>
+</html>