css go brrrr

This commit is contained in:
Fulton Browne 2021-05-25 02:33:35 +00:00
parent cc636eecb5
commit 8aea797d10
2 changed files with 6 additions and 10 deletions

View File

@ -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>

5
style.css Normal file
View File

@ -0,0 +1,5 @@
body {
background-color: black;
text-align: center;
color: #43f516;
}