fix css layout and add umami script

This commit is contained in:
Daniel Alejandro Gallegos 2023-09-20 21:54:43 -04:00
parent b75ea88b48
commit 0ca342e0ff
Signed by: taco
GPG key ID: 5A09E616957C4F12
2 changed files with 10 additions and 4 deletions

View file

@ -8,13 +8,16 @@
<style> <style>
body { body {
display: flex; display: flex;
width: 100%; width: 100vw;
height: 100%; height: 100vh;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: #171717; background-color: #171717;
margin: 0;
overflow: hidden;
} }
</style> </style>
<script async src="https://umami.birdcat.cafe/script.js" data-website-id="fbb77ff9-efd7-492d-b5e2-e2dfeddb15ea"></script>
</head> </head>
<body> <body>
<a href="../"> <a href="../">

View file

@ -8,13 +8,16 @@
<style> <style>
body { body {
display: flex; display: flex;
width: 100%; width: 100vw;
height: 100%; height: 100vh;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: #171717; background-color: #171717;
margin: 0;
overflow: hidden;
} }
</style> </style>
<script async src="https://umami.birdcat.cafe/script.js" data-website-id="fbb77ff9-efd7-492d-b5e2-e2dfeddb15ea"></script>
</head> </head>
<body> <body>
<a href="/deficit"> <a href="/deficit">