1
0

Update site-list.html

This commit is contained in:
qt 2025-03-08 00:06:25 +00:00
parent 297e5775c1
commit fe109b4ad3

View File

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang=en></html> <html lang="en">
<head> <head>
<title>~site-list</title> <title>~site-list</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
@ -19,7 +19,7 @@
<ul> <ul>
</ul style='web'> </ul style='web'>
<!-- siteListGenerator matches the style='web' to insert sites, don't change this line unless you <!-- siteListGenerator matches the style='web' to insert sites, don't change this line unless you
update siteListGenerator. Yes, this is invalid html; Yes, this is a total hack. Counterpoint: update siteListGenerator in both git and on the server. Yes, this is a total hack, counterpoint
I don't actually know what I'm doing and major browsers ignore the invalid html (☞゚ヮ゚)☞ --> I don't actually know what I'm doing 8) -->
</body> </body>
</html> </html>