remove services and status html files

This commit is contained in:
Ethan 2025-02-14 17:36:44 -05:00
parent 9bbf52b127
commit 206f6349e3
Signed by: ethan
GPG Key ID: 6D61F8D4DDF713BA
3 changed files with 2 additions and 38 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
status.html
services.html

View File

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/main.css">
</head>
<body>
<h2>services</h2>
<p>the following is the statuses of services provided by <b>yonderly.org</b> as of Fri Feb 14 17:34:01 EST 2025. feel free to contact us for more information about an extended outage.</p>
<p>
<b><a href="https://yonderly.org">
https://yonderly.org</a></b>: <span style="color:green">200</span><br/> <b><a href="https://yonderly.org/mirrors/archlinux/">
https://yonderly.org/mirrors/archlinux/</a></b>: <span style="color:green">200</span><br/> <b><a href="https://search.yonderly.org">
https://search.yonderly.org</a></b>: <span style="color:green">200</span><br/> <b><a href="https://wiki.yonderly.org">
https://wiki.yonderly.org</a></b>: <span style="color:green">200</span><br/> <b><a href="https://cloud.yonderly.org/index.php/login">
https://cloud.yonderly.org/index.php/login</a></b>: <span style="color:red">000</span><br/> <b><a href="https://git.yonderly.org">
https://git.yonderly.org</a></b>: <span style="color:green">200</span><br/>
</p>
</body>
</html>

View File

@ -1,17 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/main.css">
</head>
<body>
<h2>system status</h2>
<pre>
Fri Feb 14 17:34:01 EST 2025
5:34PM up 10 days, 22:29, 2 users, load averages: 1.10, 1.08, 1.02
</pre>
</body>
</html>