1
0

Sync: Match what's on the server to github repo

matches the improved styling cuboid committed and matches the changes I made but forgot to actually push to the repo
This commit is contained in:
qt 2025-03-08 00:04:26 +00:00
parent 43d235244b
commit 297e5775c1

View File

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang=en></html>
<head> <head>
<title>~site-list</title> <title>~site-list</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
@ -7,19 +7,19 @@
<body> <body>
<a href="index.html">Back</a> <a href="index.html">Back</a>
<pre class="asciiShadow"> <pre class="asciiShadow">
_ _|_|_|_|_| _| _| _| _|_|_| _|_| _| _| _| _|_| _ _|_|_|_|_| _| _| _| _|_|_| _|_| _| _| _| _|_|
_ _| _| _|_|_| _|_| _| _| _| _|_|_| _|_|_|_| _|_|_| _|_|_| _| _|_| _ _| _| _|_|_| _|_| _| _| _| _|_|_| _|_|_|_| _|_|_| _|_|_| _| _|_|
_ _| _| _| _| _| _|_|_|_| _|_| _| _| _| _| _| _| _| _| _|_|_|_| _|_|_|_| _ _| _| _| _| _| _|_|_|_| _|_| _| _| _| _| _| _| _| _| _|_|_|_| _|_|_|_|
_ _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _ _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _|
_ _| _| _| _|_|_| _|_|_| _| _|_|_| _|_|_|_| _|_|_| _| _|_| _| _|_|_| _|_|_| _| _|_|_| _ _| _| _| _|_|_| _|_|_| _| _|_|_| _|_|_|_| _|_|_| _| _|_| _| _|_|_| _|_|_| _| _|_|_|
</pre> </pre>
<p style="margin: 6%; margin-top: 300px;">Site list: </p> <p style="margin: 6%; margin-top: 300px;">Under construction.</p>
<p> List of active websites! </p>
<ul> <ul>
</ul style='web'>
</ul style="web"> <!-- 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:
siteListGenerator matches the style="web" to insert active sites, hence the list being blank in the repo I don't actually know what I'm doing and major browsers ignore the invalid html (☞゚ヮ゚)☞ -->
The script runs every 5 minutes to generate the list. I'm aware this is invalid html
-->
</body> </body>
</html> </html>