security update

This commit is contained in:
Enstrayed
2026-03-25 16:23:46 -07:00
parent 2415125010
commit 6833df76c8
5 changed files with 332 additions and 172 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>503 Service Unavailable</title>
<style>
html {
background-color: #111;
color: #efefef;
display: grid;
place-items: center;
min-height: 50%;
font-family: sans-serif;
}
</style>
</head>
<body>
<h2>503 Service Unavailable</h2>
<p>This endpoint is not currently servicing requests. Please try again later.</p>
<!--SSR_APIVERSION-->
</body>
</html>