Files
2026-07-26 05:52:16 +02:00

15 lines
459 B
HTML
Executable File

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>my-app</title>
</head>
<body>
<div class="min-h-screen bg-slate-900 text-white flex items-center justify-center">
<h1 class="text-4xl font-bold text-emerald-400">Tailwind CSS Aktif! 🚀</h1>
</div>
</body>
</html>