summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFulton Browne <git@fulton.software>2021-05-25 02:33:35 +0000
committerFulton Browne <git@fulton.software>2021-05-25 02:33:35 +0000
commit8aea797d10fcd0782d49b4a400f5fb75fbfa1e7d (patch)
tree894d0ea7776c8b9228fc6ce67e2da8d5112bc78a
parentcc636eecb57eee986a41386163d8f9be1c169cdd (diff)
downloadg9srv-8aea797d10fcd0782d49b4a400f5fb75fbfa1e7d.tar.gz
css go brrrr
-rw-r--r--index.html11
-rw-r--r--style.css5
2 files changed, 6 insertions, 10 deletions
diff --git a/index.html b/index.html
index 3d5537d..b0f9d73 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,5 @@
 <html>
+<link rel="stylesheet" href="/style.css">
 <title>fulton.software</title>
 <H1>
 THE WEB IS DEAD
@@ -30,14 +31,4 @@ You can find my blog and most of my content at this domain on gemini.
 <p>
 
 <h1> USE FREE SOFTWARE </h1>
-
-
-
-<a href="http://endsoftpatents.org/innovating-without-patents"><img 
-style="border-width:0" src="http://endsoftpatents.org/local--files/buttons/esp-button.png"></a>
-
-
-
-<a href="https://upgradefromwindows.org"><img src="//static.fsf.org/fsforg/graphics/windows-infographic_share.png" alt="Close Windows, Open Doors"/></a>
-
 </html>
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..39f126b
--- /dev/null
+++ b/style.css
@@ -0,0 +1,5 @@
+body {
+	  background-color: black;
+	  text-align: center; 
+	  color: #43f516;
+  }