Clean up
This commit is contained in:
parent
8aa070d27c
commit
64e8856881
16
403.html
16
403.html
|
@ -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>
|
16
404.html
16
404.html
|
@ -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>
|
|
@ -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 |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue