19 lines
547 B
HTML
19 lines
547 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>meow!!</title>
|
|
<meta charset="utf-8"/>
|
|
<link rel="stylesheet" href="/css/index.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">
|
|
<div class="cat">
|
|
<img src="/images/cat.png" alt="Pixel art of an orange cat next to a transgender flag." />
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|