deepsite-project / index.html
Dalladrain's picture
Build a fully interactive AI Comic Book Generator with the following features:
ce72cf1 verified
raw
history blame contribute delete
552 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>AI Comic Book Generator</h1>
<p>Create professional-quality comics with AI assistance.</p>
<a href="comic-generator.html" class="button">Start Creating</a>
<p>
Or check the
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
</p>
</div>
</body>
</html>