diff options
Diffstat (limited to 'dst/index.html')
-rw-r--r-- | dst/index.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/dst/index.html b/dst/index.html index 8ea64aa..f319bb1 100644 --- a/dst/index.html +++ b/dst/index.html @@ -1,13 +1,15 @@ <!DOCTYPE html> <html> -<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"> - -<p class="header"><a href="/">adast.xyz</a></p> + <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> + <p class="header"><a href="/">adast.xyz</a></p> <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> @@ -24,5 +26,6 @@ <a href="https://youtube.com/c/adamski1">Youtube</a><br/> <a href="https://steamcommunity.com/id/adastx">Steam</a><br/> <a href="https://www.twitch.tv/adastx">Twitch</a></p> -<p class="footer"><a href="/">adast.xyz</a></p> + <p class="footer"><a href="/">adast.xyz</a></p> + </body> </html> |