21 lines
522 B
HTML
21 lines
522 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta charset="UTF-8">
|
|
<title>Kitty down!</title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<div style="font-family: system-ui;">
|
|
<div>
|
|
<h1>Kitty down!</h1>
|
|
<p>Oops! Seems like you visited kittyurl while we're down for maintenance. Don't worry - we should be back in a moment!</p>
|
|
</div>
|
|
<div>
|
|
<img src="bigchungus.jpg" style="width: 12em;">
|
|
</div>
|
|
</div>
|
|
</center>
|
|
</body>
|
|
</html> |