Fix: Restore CSS inline, remove dead CSS import

This commit is contained in:
2026-03-20 23:03:01 -07:00
parent 8a31cd2110
commit 01a09073bf

View File

@@ -4,6 +4,17 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vibegif.lol — AI Generated Gifs</title> <title>vibegif.lol — AI Generated Gifs</title>
<style>
@font-face {
font-family: "Stain";
src: url("https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
body, input, select, button, a {
font-family: "Stain", sans-serif;
}
</style>
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
</head> </head>
<body class="bg-white text-neutral-800 min-h-screen flex flex-col items-center"> <body class="bg-white text-neutral-800 min-h-screen flex flex-col items-center">