This commit is contained in:
Fern Garden 2024-07-22 16:28:52 +08:00
parent 8aa070d27c
commit 64e8856881
6 changed files with 2 additions and 34 deletions

View file

@ -1,16 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<title>meow!! / 403</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="/css/40x.css?v20220326">
<link rel="icon" type="image/x-icon" href="/images/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="center">
<p class="message">403 - access denied</p>
</div>
</body>
</html>

View file

@ -1,16 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<title>meow!! / 404</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="/css/40x.css?v20220326">
<link rel="icon" type="image/x-icon" href="/images/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="center">
<p class="message">404 - not found</p>
</div>
</body>
</html>

View file

@ -11,7 +11,7 @@ body {
text-align: center;
}
.trans_cat img {
.trans-cat img {
width: 256px;
margin: 12px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

View file

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -10,7 +10,7 @@
<body>
<div class="center">
<p class="trans_cat"><img src="/images/trans_cat.png" alt="Pixel art of a grey cat next to a transgender flag."></p>
<p class="trans-cat"><img src="/images/trans-cat.png" alt="Pixel art of an orange cat next to a transgender flag."></p>
</div>
</body>
</html>