diff options
Diffstat (limited to 'dst/index.html')
-rw-r--r-- | dst/index.html | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/dst/index.html b/dst/index.html index e1f5271..0b82a1c 100644 --- a/dst/index.html +++ b/dst/index.html @@ -8,11 +8,14 @@ <title>adast.xyz</title> <link rel="icon" type="image/x-icon" href="images/favicon.ico"> <link rel="stylesheet" href="styles/style.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <header> <a href="/" class="homepage-link">adast.xyz</a> + • + <a id="darkmodetoggle" class="fa fa-moon-o" onclick="switchTheme()" aria-hidden="true"></a> </header> <h2>⚠️ Test Site ⚠️</h2> <p>Hello there!</p> @@ -24,20 +27,23 @@ <h2 id="posts">Posts</h2> <p>➤ <a href="game.html">Project Aftershock</a></p> - <footer> - <a href="/" class="homepage-link">adast.xyz</a> - — - <a href="https://git.adast.xyz/explore/repos">Gitea</a> - • - <a href="https://github.com/adastx">Github</a> - • - <a href="https://odysee.com/@adamski:f">Odysee</a> - • - <a href="https://youtube.com/c/adamski1">Youtube</a> - • - <a href="https://www.twitch.tv/adastx">Twitch</a> - • - <a href="https://steamcommunity.com/id/adastx">Steam</a> - </footer> - </body> +<footer> + <a href="/" class="homepage-link">adast.xyz</a> + — + <a href="https://git.adast.xyz/explore/repos">Gitea</a> + • + <a href="https://github.com/adastx">Github</a> + • + <a href="https://odysee.com/@adamski:f">Odysee</a> + • + <a href="https://youtube.com/c/adamski1">Youtube</a> + • + <a href="https://www.twitch.tv/adastx">Twitch</a> + • + <a href="https://steamcommunity.com/id/adastx">Steam</a> +</footer> + +<script src="scripts/darktheme.js"></script> +</body> + </html> |