docs: update README

This commit is contained in:
2026-01-21 04:39:35 +01:00
parent 3938fb0920
commit a299e500bb
5 changed files with 248 additions and 1 deletions

21
static/503.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Kitty down!</title>
</head>
<body>
<center>
<div style="font-family: system-ui;">
<div>
<h1>Kitty down!</h1>
<p>Oops! Seems like you visited kittyurl while we're down for maintenance. Don't worry - we should be back in a moment!</p>
</div>
<div>
<img src="bigchungus.jpg" style="width: 12em;">
</div>
</div>
</center>
</body>
</html>