cat-errors/404.html

16 lines
318 B
HTML
Raw Permalink Normal View History

2024-02-21 02:16:39 -05:00
<html>
<head>
<title>404 | Not Found!</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="container">
<image id="cat" src="https://cataas.com/cat?filter=mono"></image>
<a>purr-plexed by this request</a>
<h1>404</h1>
</div>
</body>
</html>