diff options
| author | ElDoc-s <A01255172@tec.mx> | 2026-07-02 01:16:58 -0700 |
|---|---|---|
| committer | ElDoc-s <A01255172@tec.mx> | 2026-07-02 01:16:58 -0700 |
| commit | 401c1c4eecb54d54b1aa95b929a38edb79097d31 (patch) | |
| tree | 69225b92e63731976523238220b51ded5c5bcf84 /changelog.html | |
| parent | c02d32517d1f72b6dda6ac9bb9d2b6424e79bd38 (diff) | |
Major Redesign
Diffstat (limited to 'changelog.html')
| -rw-r--r-- | changelog.html | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/changelog.html b/changelog.html index ac6096c..a382fb3 100644 --- a/changelog.html +++ b/changelog.html @@ -11,18 +11,19 @@ <title>El Arriero</title> </head> - - <body> - <header> + <header> <h1><a class="title" href="index.html">El Arriero</a><i>Fig, to my heart, you are the eternal hope.</i></h1> - </header> - <nav> - <a href="about.html"><img src="icons/user-business.png" alt="User Business"> About</a> - <a href="contact.html"><img src="icons/mail.png" alt="Mail Arrow"> Contact</a> - <a href="changelog.html"><img src="icons/new-text.png" alt="NEW!"> Changelog</a> - <a href="https://wiki.elarriero.org/"><img src="icons/book-open-text-image.png" alt="Encyclopedia"> Wiki</a> - <a href="https://press.elarriero.org"><img src="icons/newspaper.png" alt="Newspaper"> Writing</a> - </nav> + </header> + <nav> + <a href="about.html"><img src="icons/user-business.png" alt="User Business"> About Me</a> + <a href="fig.html"><img src="icons/user-green-female.png" alt="Green Female">About Fig</a> + <a href="contact.html"><img src="icons/mail.png" alt="Mail Arrow"> Contact</a> + <a href="changelog.html" class="selected"><img src="icons/new-text.png" alt="NEW!"> Changelog</a> + <a href="https://wiki.elarriero.org/"><img src="icons/book-open-text-image.png" alt="Encyclopedia"> Wiki</a> + <a href="https://press.elarriero.org"><img src="icons/newspaper.png" alt="Newspaper"> Writing</a> + </nav> + <body> + <main> <dl> <dt>01-07-2026</dt> <dd> @@ -55,6 +56,7 @@ <a href="https://www.youtube.com/watch?v=5iyxJ72G0lM" title="Brexit means Brexit"> <img src="media/eu_anim.gif" alt="EUistan Flag"> - </a> + </a> + </main> </body> </html> |
