blobcat.business/index.html

27 lines
902 B
HTML
Raw Normal View History

2024-04-16 14:22:28 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>:blobcatbusiness:</title>
<link rel="icon" type="image/x-icon" href="blobcatbusiness.png">
<style>
body {
display: flex;
width: 100vw;
height: 100vh;
align-items: center;
justify-content: center;
background-color: #171717;
margin: 0;
overflow: hidden;
}
</style>
<script async src="https://umami.birdcat.cafe/script.js" data-website-id="fbb77ff9-efd7-492d-b5e2-e2dfeddb15ea"></script>
</head>
<body>
<a href="/deficit">
<img src="blobcatbusiness.png" alt="A smiling yellow cat wearing glasses and a tie pointing towards a chart with a green line going up." title=":blobcatbusiness:"/>
</a>
</body>
</html>