ajout de http cats (avec adaptation selinux en parallèle)

This commit is contained in:
2026-01-13 11:16:49 +01:00
parent 448e490952
commit dff7bd3064
9 changed files with 180 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.0 503 Service Unavailable
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/503.jpg">
</body>
</html>