8 lines
259 B
HTML
8 lines
259 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://git.cesium.one/kira/cockinator'>
|
|
<style>
|
|
body {
|
|
background-color: black;
|
|
}
|
|
</style>
|
|
</head> |