pagespeed

This commit is contained in:
z0x 2024-12-14 19:07:15 -05:00
parent 04a7a8f242
commit ed8d366df6

View file

@ -6,9 +6,10 @@ import "/src/css/app.css";
<html lang="en-us"> <html lang="en-us">
<head> <head>
<meta charset="utf-8" />
<title>z0x</title> <title>z0x</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <meta charset="utf-8" />
<meta name="description" content="z0x" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="darkreader-lock" /> <meta name="darkreader-lock" />
<link rel="icon" type="image/x-icon" href="/src/img/logo_bg.svg" /> <link rel="icon" type="image/x-icon" href="/src/img/logo_bg.svg" />
<link rel="icon" type="image/png" sizes="192x192" href="/src/img/logo_bg.svg" /> <link rel="icon" type="image/png" sizes="192x192" href="/src/img/logo_bg.svg" />
@ -17,7 +18,7 @@ import "/src/css/app.css";
<body class="bg-gradient-to-b from-neutral-700 via-neutral-900 to-neutral-950 text-white overflow-hidden"> <body class="bg-gradient-to-b from-neutral-700 via-neutral-900 to-neutral-950 text-white overflow-hidden">
<div class="flex items-center justify-center min-h-screen"> <div class="flex items-center justify-center min-h-screen">
<div class="flex flex-col items-center justify-center w-full h-full max-w-[60vmin] max-h-[60vmin] md:max-w-[35vmin] md:max-h-[35vmin]"> <div class="flex flex-col items-center justify-center w-full h-full max-w-[60vmin] max-h-[60vmin] md:max-w-[35vmin] md:max-h-[35vmin]">
<Image src={logo} alt="logo" class="w-2/3 opacity-0" /> <Image src={logo} alt="logo" class="w-2/3 opacity-0" loading="eager" />
<h1 class="text-4xl opacity-0 font-sfpro font-semibold">z0x</h1> <h1 class="text-4xl opacity-0 font-sfpro font-semibold">z0x</h1>
</div> </div>
</div> </div>