diff options
Diffstat (limited to 'src/_footer.html')
-rw-r--r-- | src/_footer.html | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/src/_footer.html b/src/_footer.html index ca3390b..9dd7db1 100644 --- a/src/_footer.html +++ b/src/_footer.html @@ -1,17 +1,20 @@ - <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> |