fix css layout and add umami script
This commit is contained in:
parent
b75ea88b48
commit
0ca342e0ff
2 changed files with 10 additions and 4 deletions
|
@ -8,13 +8,16 @@
|
|||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
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="../">
|
||||
|
|
|
@ -8,13 +8,16 @@
|
|||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
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">
|
||||
|
|
Loading…
Reference in a new issue