diff options
-rw-r--r-- | index.html | 34 |
1 files changed, 31 insertions, 3 deletions
@@ -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> |