Initial Commit

This commit is contained in:
Donnie 2020-12-02 09:15:56 -06:00
commit 910b86e9a4
3 changed files with 30 additions and 0 deletions

8
blog/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>WiP</title>
</head>
<body>
<h1>THIS IS A WORK IN PROGRESS</h1>
</body>
</html>

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>~KiiwiiWasTaken</title>
</head>
<body>
<h1>Sup</h1>
<p>Hey! I'm the creator of this cozy little pubnix system.<p>
<br>
<a href="blog/">My blog</a>
</body>
</html>

10
styles.css Normal file
View File

@ -0,0 +1,10 @@
body {
background-color: #2C2F33;
color: #7289DA;
text-align: center;
padding: 0% 25% 0% 25%;
}
a {
color: lime;
}