Compare commits
8 Commits
php
...
cde3a30f96
| Author | SHA1 | Date | |
|---|---|---|---|
| cde3a30f96 | |||
| 12218dff01 | |||
| 943258aeb9 | |||
| daac2d57d3 | |||
| 1d7a8e41cc | |||
| 503c553e49 | |||
| e7ab93256a | |||
| 9c686d5294 |
@@ -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>
|
||||
</head>
|
||||
10
index.php
10
index.php
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user