prod-changes

This commit is contained in:
root 2024-12-29 12:24:45 +01:00
parent 5f222cbfe7
commit a51de38a4c
25 changed files with 479 additions and 306 deletions

View file

@ -3,7 +3,7 @@
<body>
<head>
<title>Onion Uptime Checker</title>
<title>Darknet Onion Webring</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="/favicon.ico">
@ -12,7 +12,7 @@
<center>
<?php
require("/srv/onion-uptime/www/links.php");
require("links.php");
?>
<h1>Onion Uptime Checker (WIP)</h1>
<h3>Nowhere Infrastructure (last update: December 2024)</h3>
@ -44,6 +44,10 @@ require("/srv/onion-uptime/www/links.php");
echo "\n</table></center>";
?>
<?php
require("userlinks.php");
?>
</center>
</body>