diff options
-rw-r--r-- | index.html | 11 | ||||
-rw-r--r-- | style.css | 5 |
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; + } |