fix header, update thought

This commit is contained in:
gnat 2024-08-09 19:00:21 -07:00
parent f286b47fdc
commit 2b4ec2c041
3 changed files with 7 additions and 5 deletions

View File

@ -25,3 +25,4 @@
2024-07-28: add support for planned footer in all relevant html documents, simplify inclusion of other documents in a document using include script
2024-08-05: add 88x31s, clean up css
2024-08-06: rewrote entire backend, website now supports <a href='/?uwu=true'>uwu mode</a>
2024-08-09: tidy server directory, fix back button

View File

@ -3,7 +3,7 @@
<ul>
<li><h1>$[(for i in {0..10}; do echo Natalieee.net; done; echo Catalieee.net) | shuf -n1]</h1></li>
<li><a href='/'>home</a></li>
<li><a href=$PREV_URL$>back</a>
<li><a href='..'>back</a>
<li><a href='/html/site-info.html'>site info</a></li>
<li><a href='/html/natalie-info.html'>natalie info</a></li>
</ul>

View File

@ -2,16 +2,17 @@
<h2>things to do:</h2>
<ul>
<li>make thoughts render in chronological order of creation date, which I am not convinced they do.</li>
<li>move server source code to its own git repository seperate from this website, and bestow upon it a reasonable name.</li>
<li>send email</li>
<li>rewrite server source code to be less bad</li>
<li>rewrite server source code to be more esoteric</li>
<li>add more support metadata tags to thought posts</li>
<li>python xml (pyx?)</li>
<li>send email within the next $[echo $(($(date -d "2024-09-28 00:00:00" +%s) - $(date +%s)))] seconds</li>
<li>tidy</li>
<ul>
<li>relocate moth</li>
<li>per location config</li>
</ul>
<h2>things I have done</h2>
<ul>
<li>tidy</li>
<li>move server source code to its own git repository seperate from this website, and bestow upon it a reasonable name.</li>
</ul>