aboutsummaryrefslogtreecommitdiff
path: root/dst/index.html
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-08-07 22:03:39 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-08-07 22:03:39 +0200
commit0d96ad5b0b999814249d779a83b3f1230104f102 (patch)
tree4a52c1b2532449b2deb5c163159d33e4bd3a6467 /dst/index.html
parent160c539fa2df9bc12337a0a671afcdcefa67eca6 (diff)
Added head and body html tags
Diffstat (limited to 'dst/index.html')
-rw-r--r--dst/index.html21
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>