commit 910b86e9a4a44afc79676c83cfe9b02328e6c1ae Author: Donnie Corbitt Date: Wed Dec 2 09:15:56 2020 -0600 Initial Commit diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..e091a07 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,8 @@ + + +WiP + + +

THIS IS A WORK IN PROGRESS

+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..b739625 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + +~KiiwiiWasTaken + + +

Sup

+

Hey! I'm the creator of this cozy little pubnix system.

+
+My blog + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..367f4a5 --- /dev/null +++ b/styles.css @@ -0,0 +1,10 @@ +body { + background-color: #2C2F33; + color: #7289DA; + text-align: center; + padding: 0% 25% 0% 25%; +} + +a { + color: lime; +}