diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 22:53:11 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-28 00:26:47 +0200 |
commit | a072e5d9c7c2a8f7a3dbfb9ff810963cd3590180 (patch) | |
tree | 6be7fb6348c23f5f69babc613901e7c762fc9832 /dst/game.html | |
parent | ff7942bc6f3833d07b2875a864ac68c0a7cc4d38 (diff) |
Better file organization
Diffstat (limited to 'dst/game.html')
-rw-r--r-- | dst/game.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dst/game.html b/dst/game.html index 8218c64..14cd15b 100644 --- a/dst/game.html +++ b/dst/game.html @@ -4,15 +4,15 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>My game — adast.xyz</title> - <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> + <title>Project Aftershock — 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> -<h1 id="my-game">My game</h1> +<h1 id="project-aftershock">Project Aftershock</h1> <blockquote> <p>7<sup>th</sup> May 2021 — hello world!</p> |