dark mode for not blinding white light before redirect

This commit is contained in:
2025-10-21 23:44:04 -04:00
committed by GitHub
parent fbf87beee6
commit 7bbcfe92ac

View File

@@ -1,3 +1,6 @@
<head> <!-- link in a discord bot to redirect to its source code so i can have a pretty link -->
<meta http-equiv='refresh' content='0; URL=https://github.com/CesiumCs/cockbot'>
<style>
body {background-color: black;}
</style>
</head>