diff options
| author | nathansmith117 <nathansmith@posteo.com> | 2025-03-29 14:38:32 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-29 14:38:32 +0000 | 
| commit | 1333f1f0592834ebcf8256cd90ebb20bffd6ef67 (patch) | |
| tree | aac727a1c75b0c44a0da57744eee04239ccbb072 | |
| parent | 5e491ba70ff440128a1dd3f467c67e296d9e0103 (diff) | |
| download | shittyweb-1333f1f0592834ebcf8256cd90ebb20bffd6ef67.tar.gz shittyweb-1333f1f0592834ebcf8256cd90ebb20bffd6ef67.tar.bz2 shittyweb-1333f1f0592834ebcf8256cd90ebb20bffd6ef67.zip  | |
OCD moment and added another button
| -rw-r--r-- | blog/articles/overthinking.xml | 2 | ||||
| -rw-r--r-- | images/isntreal.png | bin | 0 -> 5501 bytes | |||
| -rw-r--r-- | index.html | 3 | 
3 files changed, 4 insertions, 1 deletions
diff --git a/blog/articles/overthinking.xml b/blog/articles/overthinking.xml index 218710b..f64bc32 100644 --- a/blog/articles/overthinking.xml +++ b/blog/articles/overthinking.xml @@ -1,5 +1,5 @@  <article> -  <p> +  <p id="overthinking">      Whenver I decide to add something to this website I always overthink on how      to add the thing. In general I just overthink how I will do everything. It      slows me down. Right now I am overthinking trying to think what to write diff --git a/images/isntreal.png b/images/isntreal.png Binary files differnew file mode 100644 index 0000000..b7d0e05 --- /dev/null +++ b/images/isntreal.png @@ -180,6 +180,9 @@ table {          <a href="https://spyware.neocities.org" target="_blank">              <img src="https://spyware.neocities.org/images/activelink.png" alt="Online spyware watchdog"/>          </a> +        <a href="https://isntreal.neocities.org" target="_blank"> +            <img src="images/isntreal.png" alt="isntreal"/> +        </a>          <a href="https://speevtheteev.neocities.org" target="_blank">              <img src="https://speevtheteev.neocities.org/assets/websitebutton.gif" alt="speevtheteev"/>          </a>  | 
