7 lines
245 B
HTML
7 lines
245 B
HTML
<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>
|