32 lines
1 KiB
HTML
32 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<!-- this website is open source. -->
|
|
<!-- https://git.tacowolf.net/TacoWolf/blobcat.business -->
|
|
<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;
|
|
}
|
|
img {
|
|
min-height: 100%;
|
|
}
|
|
</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>
|