diff options
Diffstat (limited to 'blog/index.html')
| -rw-r--r-- | blog/index.html | 22 | 
1 files changed, 11 insertions, 11 deletions
diff --git a/blog/index.html b/blog/index.html index 1cf2096..20e1de4 100644 --- a/blog/index.html +++ b/blog/index.html @@ -51,10 +51,10 @@ table {          <!-- Python will insert the articles from rss here --> -    <table border="1" width="60%"> -        <tr><td><h2>Dream log 1</h2>--- Sun, 30 Mar 2025 01:51:00 GMT</td></tr> -        <tr><td> -  <p id="dreamlog1"> +        <table border="1" width="60%"> +            <tr><td><h2 id="dreamlog1">Dream log 1</h2>--- Sun, 30 Mar 2025 01:51:00 GMT</td></tr> +            <tr><td> +  <p>      Last night I had the type of dream that inspires new stories. In my dream the favorite author:      Kurt Vonnegut, was a unix and emacs user. And he wrote a book about someone in some government      position or something along those lines who spent there entire life fucking around with unix @@ -65,14 +65,14 @@ table {      Through all the things left behind on the unix system the last person on earth learned to      not only survive but live well as the last person. They even became a unix power user through      the guides left behind. -    </p> +  </p>  </td></tr> -    </table> +        </table> -    <table border="1" width="60%"> -        <tr><td><h2>Overthinking</h2>--- Sat, 29 Mar 2025 11:42:00 GMT</td></tr> -        <tr><td> -  <p id="overthinking"> +        <table border="1" width="60%"> +            <tr><td><h2 id="overthinking">Overthinking</h2>--- Sat, 29 Mar 2025 11:42:00 GMT</td></tr> +            <tr><td> +  <p>      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 @@ -89,7 +89,7 @@ table {      Next time you overthink do what I do: eat junk food.    </p>  </td></tr> -    </table> +        </table>      </center>  </body>  | 
