diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-07 00:43:53 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-07 00:43:53 -0800 |
| commit | dc62270c2476fce1e41998e1b9dfe1f94204262a (patch) | |
| tree | b77287676469469cbb55f299419939d838e2a319 | |
| parent | ce0ee202bd14084d250c69a50da71f8b2fe29e7d (diff) | |
move to static tailwind link
| -rw-r--r-- | pinapelz.moe/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinapelz.moe/index.html b/pinapelz.moe/index.html index 99722cd..d13f0d0 100644 --- a/pinapelz.moe/index.html +++ b/pinapelz.moe/index.html @@ -6,7 +6,7 @@ <title>pinapelz.moe - u found it</title> <meta name="description" content="moe moe wow why did i make this" /> <link rel="icon" href="assets/pfp.webp" /> - <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script> + <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.1.17/dist/index.global.js"></script> <link rel="stylesheet" type="text/css" href="styles/styles.css" /> <link rel="stylesheet" type="text/css" href="styles/clock.css" /> <link |
