- Updated default HydrateFallback in file-based-routing to show a centered blue spinner instead of bare "Loading..." text - Added inline spinner to all index.html root divs so users see a spinner immediately while JS bundles load (instead of blank white) - Affects: dimentorin, hackathon, backoffice, gacha, qrcampaign, infra Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
44 lines
2.0 KiB
HTML
44 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>IMPHNEN x Kolosal.ai Hackathon 2025</title>
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta
|
|
name="description"
|
|
content="Ikuti IMPHNEN x Kolosal.ai Hackathon 2025! Kompetisi coding online gratis dengan total hadiah Rp14.500.000. Tema: Inovasi AI: Mendorong Usaha Lokal dengan AI Inklusif."
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="hackathon, lomba coding, kompetisi it, imphnen, kolosal.ai, ai hackathon, lomba programming 2025"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/svg+xml"
|
|
href="/images/imphnen-logo-simple.svg"
|
|
/>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet" />
|
|
<link rel="stylesheet" href="/src/index.css" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://hackathon.imphnen.dev/" />
|
|
<meta property="og:title" content="IMPHNEN x Kolosal.ai Hackathon 2025" />
|
|
<meta
|
|
property="og:description"
|
|
content="Total hadiah Rp14.500.000! Daftar sekarang dan wujudkan inovasi AI-mu untuk membantu usaha lokal."
|
|
/>
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:url" content="https://hackathon.imphnen.dev/" />
|
|
<meta
|
|
property="twitter:title"
|
|
content="IMPHNEN x Kolosal.ai Hackathon 2025"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"><div style="display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f9fafb"><div style="width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite"></div></div><style>@keyframes spin{to{transform:rotate(360deg)}}</style></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|