2023-09-20 21:27:04 -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;
2023-09-20 21:34:54 -04:00
width: 100%;
height: 100%;
2023-09-20 21:27:04 -04:00
align-items: center;
justify-content: center;
background-color: #171717;
}
< / style >
< / head >
< body >
2023-09-20 21:34:54 -04:00
< 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 >
2023-09-20 21:27:04 -04:00
< / body >
< / html >