2024-04-16 14:22:28 -04:00
<!DOCTYPE html>
2024-04-17 19:41:13 -04:00
<!-- this website is open source. -->
<!-- https://git.tacowolf.net/TacoWolf/blobcat.business -->
2024-04-16 14:22:28 -04:00
< 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;
}
2024-04-17 19:41:13 -04:00
img {
min-height: 100%;
}
2024-04-16 14:22:28 -04:00
< / 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 >
2024-04-17 19:41:13 -04:00
< / html >