forked from tilde/tilde.32bit.cafe
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:
parent
43d235244b
commit
297e5775c1
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang=en></html>
|
||||
<head>
|
||||
<title>~site-list</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
@ -7,19 +7,19 @@
|
||||
<body>
|
||||
<a href="index.html">Back</a>
|
||||
<pre class="asciiShadow">
|
||||
_╱ _|_|_|_|_| _| _| _| _|_|_| _|_| _| _| _| _|_|
|
||||
_╱ _| _| _|_|_| _|_| _| _| _| _|_|_| _|_|_|_| _|_|_| _|_|_| _| _|_|
|
||||
_╱ _| _| _| _| _| _|_|_|_| _|_| _| _| _| _| _| _| _| _| _|_|_|_| _|_|_|_|
|
||||
_╱ _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _|
|
||||
_╱ _| _| _| _|_|_| _|_|_| _| _|_|_| _|_|_|_| _|_|_| _| _|_| _| _|_|_| _|_|_| _| _|_|_|
|
||||
_╱ _|_|_|_|_| _| _| _| _|_|_| _|_| _| _| _| _|_|
|
||||
_╱ _| _| _|_|_| _|_| _| _| _| _|_|_| _|_|_|_| _|_|_| _|_|_| _| _|_|
|
||||
_╱ _| _| _| _| _| _|_|_|_| _|_| _| _| _| _| _| _| _| _| _|_|_|_| _|_|_|_|
|
||||
_╱ _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _| _|
|
||||
_╱ _| _| _| _|_|_| _|_|_| _| _|_|_| _|_|_|_| _|_|_| _| _|_| _| _|_|_| _|_|_| _| _|_|_|
|
||||
</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 style="web">
|
||||
<!--
|
||||
siteListGenerator matches the style="web" to insert active sites, hence the list being blank in the repo
|
||||
The script runs every 5 minutes to generate the list. I'm aware this is invalid html
|
||||
-->
|
||||
</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:
|
||||
I don't actually know what I'm doing and major browsers ignore the invalid html (☞゚ヮ゚)☞ -->
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user