1
0

Compare commits

...

8 Commits

Author SHA1 Message Date
cde3a30f96 i guess changing your overwatch name changes its url? idk 2026-04-08 16:58:08 -04:00
12218dff01 new link to cockinator 2026-04-07 18:39:21 -04:00
943258aeb9 better footer 2026-04-07 18:34:04 -04:00
daac2d57d3 merge php into master 2026-04-07 18:28:21 -04:00
1d7a8e41cc update minecraft name
its actually been that for like two years
2026-04-07 18:11:08 -04:00
503c553e49 change overwatch username 2026-04-06 23:00:38 -04:00
e7ab93256a overwatch profile lookup works again 2026-04-05 00:26:32 -04:00
9c686d5294 remove apps section we will never need 2026-03-11 15:03:02 -04:00
3 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,8 @@
<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'>
<meta http-equiv='refresh' content='0; URL=https://git.cesium.one/kira/cockinator'>
<style>
body {background-color: black;}
body {
background-color: black;
}
</style>
</head>

View File

@@ -21,8 +21,7 @@
buildContact("YouTube", "#674141", "Cesium", "https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig");
buildContact("Telegram", "#006699", "unfunnycesium", "https://t.me/unfunnycesium");
?>
</div>
<div style="clear: left;"></div>
</div> <div style="clear: left;"></div>
<h2>Games</h2>
<p>Names for game accounts I play</p>
@@ -32,15 +31,14 @@
buildContact("Xbox", "#2A475E", "Cesium#2349", false);
buildContact("PlayStation", "#2A475E", "Cesium2349", "https://profile.playstation.com/Cesium2349");
buildContact("VRChat", "#053C48", "cesіum", "https://vrchat.com/home/user/usr_708e41b3-5658-4acc-a95c-ab74f4ac4dff");
buildContact("Overwatch", "#053C48", "Kira#112597", "https://overwatch.blizzard.com/en-us/career/d15bbf83a67cd6fcb8a92ea3%7C39b29ad542acbdc624b9d58ed65bb5c6/");
buildContact("Overwatch", "#053C48", "Kira#112597", "https://overwatch.blizzard.com/en-us/career/d957be8bfe20caffbca920%7C1a7e32ed6054825457037f8f18ef7a6b/");
buildContact("Fortnite", "#053C48", "cesium.one", "https://store.epicgames.com/en-US/u/e0bf067675d247518fd66d813cf1380c");
buildContact("Ingress", "#394A7F", "Cesium5061", false);
buildContact("Splatoon", "#394A7F", "Kira#1067", "https://stat.ink/@Cesium2349");
buildContact("Minecraft", "#394A7F", "cesiumone", false);
?>
</div>
<div style="clear: left;"></div>
</div> <div style="clear: left;"></div>
<p style="text-align: center;"><a href="https://git.cesium.one/kira/cesium.one/src/branch/php/"><img src="assets/Git-Icon-White.png" style="width:2em" alt="View Git Source"></a></p>
<?php include 'php/footer.php';?>
</body>
</html>

View File

@@ -1 +1 @@
<p>Footer text</p>
<p style="text-align: center;"><a href="https://git.cesium.one/kira/cesium.one/"><img src="assets/Git-Icon-White.png" style="width:2em" alt="View Git Source"></a></p>