From dbd4740d86a9f5ad6997d6bd0c811ee1df9b70a4 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 26 Dec 2020 10:55:51 -0500 Subject: [PATCH] basic stuff --- index.html | 25 +++++++++++++++++++++++++ styles.css | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 index.html create mode 100644 styles.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..a242c7e --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + Cesium + + + +

Cesium

+

ooga

+

stuff i check a lot

+

+ Discord: Cesium#5061 (230659159450845195) +
Email: cesium2349@protonmail.com (PGP Key) +

+

other stuff

+

i dont check this stuff much

+

+ Instagram: c.es.ium +
Youtube: Cesium +
Reddit: unfunnycesium +
Keybase: cesium2349 +
Twitter: cesium2349 +

+ + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..1e12b4a --- /dev/null +++ b/styles.css @@ -0,0 +1,8 @@ +:root { + font-family: "Open Sans"; + background-color: #31363b; + color: white; + width: 69vw; + margin: auto; +} +/* TODO: make it not bad */ \ No newline at end of file