basic stuff

This commit is contained in:
Christian
2020-12-26 10:55:51 -05:00
commit dbd4740d86
2 changed files with 33 additions and 0 deletions

25
index.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Cesium</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Cesium</h1>
<p>ooga</p>
<h2>stuff i check a lot</h2>
<p> <!-- TODO: add link to pgp key -->
Discord: Cesium#5061 (230659159450845195)
<br>Email: cesium2349@protonmail.com (PGP Key)
</p>
<h2>other stuff</h2>
<p>i dont check this stuff much</p>
<p> <!-- TODO: add links for these -->
Instagram: c.es.ium
<br>Youtube: Cesium
<br>Reddit: unfunnycesium
<br>Keybase: cesium2349
<br>Twitter: cesium2349
</p>
</body>
</html>

8
styles.css Normal file
View File

@@ -0,0 +1,8 @@
:root {
font-family: "Open Sans";
background-color: #31363b;
color: white;
width: 69vw;
margin: auto;
}
/* TODO: make it not bad */