diff options
author | j-james | 2022-01-17 08:12:45 +0000 |
---|---|---|
committer | j-james | 2022-01-17 08:12:45 +0000 |
commit | dfec2098fb910551aded24cccb52d21d439f2f9b (patch) | |
tree | f325a947bea313234665813207dcf1a994a65ce1 /links.html | |
parent | 85e07045d341b834e6e6dc7873f639baf3ffd8bc (diff) |
Prepend <!DOCTYPE html> to all pages
otherwise they're in "Quirks Mode", and who knows what issues that may
cause
Diffstat (limited to 'links.html')
-rw-r--r-- | links.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>j-james | links</title> @@ -74,7 +75,6 @@ <li><a href="http://www.superbad.com/">superbad.com</a></li> <li><a href="http://beesbeesbees.com/">beesbeesbees.com</a></li> <li><a href="https://web.archive.org/web/2/https://scamdaddy.net/">scamdaddy.net</a></li> - <li><a href="https://href.cool/about/">href.cool</a> - somebody else's collection</li> </ul> <h3>Articles</h3> <ul> @@ -123,6 +123,11 @@ <li><a href="https://tilde.club/~alun/">alun</a></li> <li><a href="https://www.seattlekrakenhockey.com/">Seattle Kraken</a></li> </ul> + <h3>More Links</h3> + <ul> + <li><a href="https://href.cool/about/">href.cool</a></li> + <li><a href="https://webring.xxiivv.com/">xxiivv</a></li> + </ul> </main> </body> </html> |