basic stuff
This commit is contained in:
25
index.html
Normal file
25
index.html
Normal 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
8
styles.css
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
:root {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
background-color: #31363b;
|
||||||
|
color: white;
|
||||||
|
width: 69vw;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
/* TODO: make it not bad */
|
||||||
Reference in New Issue
Block a user