initial commit in new repository

This commit is contained in:
Daniel Alejandro Gallegos 2024-04-16 14:22:28 -04:00
commit dc31f35ee9
Signed by: taco
SSH key fingerprint: SHA256:LlPRME+vkNz+HJIJp27uDA+PgoqS+M+KnFziTqGRSr8
4 changed files with 54 additions and 0 deletions

BIN
blobcatbusiness.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
deficit/blobcatdeficit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

27
deficit/index.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>:blobcatdeficit:</title>
<link rel="icon" type="image/x-icon" href="blobcatdeficit.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="../">
<img src="blobcatdeficit.png" alt="A scared yellow cat with glasses and a tie pointing towards a chart with a red line going down." />
</a>
</body>
</html>

27
index.html Normal file
View file

@ -0,0 +1,27 @@
<!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>