diff --git a/site.html b/site.html
deleted file mode 100644
index f6cd67d..0000000
--- a/site.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
- Home | is-a-good.dev
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/style.css b/src/style.css
deleted file mode 100644
index 2e3f88e..0000000
--- a/src/style.css
+++ /dev/null
@@ -1,21 +0,0 @@
-.body {
- font-family:sans-serif;
- display:flex;
- flex-direction:column;
- align-items:center;
- justify-content:center;
-}
-.blocks {
- margin-top:2em;
-}
-/*.blocks a {
- text-decoration:none;
- color:#000;
- padding:50px 10px;
- text-align:center;
- border:1px solid #000;
- border-radius:5px;
-}
-.blocks a:hover {
- text-decoration:underline;
-}*/
\ No newline at end of file