ai-app-factory / public /placeholder.html
jbilcke-hf's picture
jbilcke-hf HF staff
add support for Docker
b93a813
raw
history blame
564 Bytes
<html>
<head>
<title>Nothing to show (yet)</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
</head>
<body>
<div class="hero min-h-screen bg-stone-100">
<div class="hero-content text-center">
<div class="flex flex-col max-w-xl space-y-6">
<h1 class="font-bold text-stone-600 mb-4">Waiting for content..</h1>
</div>
</div>
</div>
</body>
</html>