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/index.html | |
parent | ff7942bc6f3833d07b2875a864ac68c0a7cc4d38 (diff) |
Better file organization
Diffstat (limited to 'dst/index.html')
-rw-r--r-- | dst/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dst/index.html b/dst/index.html index 6fe72af..7050fe7 100644 --- a/dst/index.html +++ b/dst/index.html @@ -5,7 +5,7 @@ <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="icon" type="image/x-icon" href="images/favicon.ico"> <link rel="stylesheet" href="styles/style.css"> </head> <body> @@ -20,7 +20,7 @@ <h2 id="posts">Posts</h2> -<p>➤ <a href="game.html">Project Aftershock // Rizen’s Arena</a></p> +<p>➤ <a href="game.html">Project Aftershock</a></p> <footer> <a href="/" class="homepage-link">adast.xyz</a> — |