aboutsummaryrefslogtreecommitdiff
path: root/dst/game.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/game.html
parent160c539fa2df9bc12337a0a671afcdcefa67eca6 (diff)
Added head and body html tags
Diffstat (limited to 'dst/game.html')
-rw-r--r--dst/game.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/dst/game.html b/dst/game.html
index f54fc50..ac2c8e6 100644
--- a/dst/game.html
+++ b/dst/game.html
@@ -1,13 +1,15 @@
<!DOCTYPE html>
<html>
-<meta charset="UTF-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-<title>My game &mdash; 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>My game &mdash; 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 class="note">May 7, 2021</p>
<h1 id="my-game">My game</h1>
@@ -31,5 +33,6 @@
<p><a href="https://www.youtube.com/c/adamski1">Gameplay clips</a><br/>
<a href="https://trello.com/b/ycQyrouQ">Follow my progress</a></p>
-<p class="footer"><a href="/">adast.xyz</a></p>
+ <p class="footer"><a href="/">adast.xyz</a></p>
+ </body>
</html>