deepsite-wizardry / index.html
Alexo19's picture
https://deepsite.hf.co/new
210f80e verified
o<!DOCTYPE html>
<html>
<head>
<title>My app</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="flex justify-center items-center h-screen overflow-hidden bg-white font-sans text-center px-6">
<div class="w-full max-w-3xl">
<span class="text-xs rounded-full mb-2 inline-block px-2 py-1 border border-amber-500/15 bg-amber-500/15 text-amber-500">🔥 New version dropped!</span>
<h1 class="text-4xl lg:text-6xl font-bold font-sans mb-8">
<span class="text-2xl lg:text-4xl text-gray-400 block font-medium">Welcome to</span>
DeepSite Wizardry
</h1>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<a href="/new" class="p-6 border rounded-lg hover:bg-gray-50 transition-colors">
<h2 class="text-xl font-semibold mb-2">Create New Project</h2>
<p class="text-gray-600">Start building something amazing</p>
</a>
<a href="#" class="p-6 border rounded-lg hover:bg-gray-50 transition-colors">
<h2 class="text-xl font-semibold mb-2">Explore Templates</h2>
<p class="text-gray-600">Get inspired by our designs</p>
</a>
</div>
</div>
<img src="https://enzostvs-deepsite.hf.space/arrow.svg" class="absolute bottom-8 left-0 w-[100px] transform rotate-[30deg] opacity-50" />
<script></script>
</body>
</html>