16 lines
318 B
HTML
16 lines
318 B
HTML
|
<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>
|