18 lines
535 B
HTML
18 lines
535 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>meow!!</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="index.css" />
|
|
<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="cat">
|
|
<img src="/images/cat.png" alt="Pixel art of an orange cat with a trans flag behind it." />
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|