diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-28 07:16:20 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-28 07:17:33 +0200 |
commit | 5101944c5716ceebcc1afd917c323c94cf29a69c (patch) | |
tree | a2ea24107583e8b2d14bb7a09e8fc9d64d850883 /dst/index.html | |
parent | d1f2618a552a79419c45ac66ea1c49fc8761c592 (diff) |
css: colour variables
Diffstat (limited to 'dst/index.html')
-rw-r--r-- | dst/index.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/dst/index.html b/dst/index.html index 7050fe7..5ed3d97 100644 --- a/dst/index.html +++ b/dst/index.html @@ -1,17 +1,19 @@ <!DOCTYPE html> <html> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>adast.xyz</title> - <link rel="icon" type="image/x-icon" href="images/favicon.ico"> - <link rel="stylesheet" href="styles/style.css"> - </head> - <body> - <header> - <a href="/" class="homepage-link">adast.xyz</a> - </header> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>adast.xyz</title> + <link rel="icon" type="image/x-icon" href="images/favicon.ico"> + <link rel="stylesheet" href="styles/style.css"> +</head> + +<body> + <header> + <a href="/" class="homepage-link">adast.xyz</a> + </header> <p>Hello there!</p> <p>My name is Adam and I am a computer nerd studying at Aalborg University. I am interested in space, game dev, sailing and the outdoors.</p> |