mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 02:12:12 +00:00
Fix: Restore CSS inline, remove dead CSS import
This commit is contained in:
11
index.html
11
index.html
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user