diff options
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> |