diff options
| author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-22 05:09:55 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-22 05:09:55 +0000 | 
| commit | 21bfa6de3355888246eaab1daef4f20f25bbef44 (patch) | |
| tree | daef386e58c5eeb7ca91810a6cb711790c456ae7 /graveyard.html | |
| parent | 023eab562dd71898543f5e53437795a5cdfe3672 (diff) | |
| download | shittyweb-21bfa6de3355888246eaab1daef4f20f25bbef44.tar.gz shittyweb-21bfa6de3355888246eaab1daef4f20f25bbef44.tar.bz2 shittyweb-21bfa6de3355888246eaab1daef4f20f25bbef44.zip  | |
Added a few new things
Diffstat (limited to 'graveyard.html')
| -rw-r--r-- | graveyard.html | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/graveyard.html b/graveyard.html index 53ab6ee..a6e668d 100644 --- a/graveyard.html +++ b/graveyard.html @@ -40,7 +40,9 @@ table {                          <li><a href="https://github.com/nathansmith117/tickoattwo" target="_blank">weird ass tiktacktoe</a></li>                          <li><a href="https://github.com/nathansmith117/fltk_snake" target="_blank">Perfectly working snake but never went far</a></li>                          <li><a href="https://github.com/nathansmith117/BlockyBuild" target="_blank">Minecraft clone doomed from the start</a></li> +                        <li><a href="https://github.com/nathansmith117/ChatbotLoop" target="_blank">Evil chatbot human suffering orgy</a></li>                      </ul> +                                          <h2>Shit to bring up</h2>                      <ul>                          <li>Call out to every stupid game idea I ever had</li> @@ -49,6 +51,14 @@ table {                          <li>The countless projects that I deleted because I fucking hated them but now I kind of wish I kept them in a place deep on the internet</li>                          <li>Anything I forgor to add the the other list</li>                      </ul> + +                    <h2>Found some stuff recently</h2> +                    <p> +                        I was digging around and found these old projects and uploaded them to github.<br/> +                        New programmers out there! upload your shit you might want it later no matter how shitty it is!<br/><br/> +                        The old projects can be found <a href="https://github.com/nathansmith117/forgorttonProjects" target="_blank">here</a>. +                        Shitty code enter at your own risk!!! +                    </p>                  </td>              </tr>              <tr>  | 
