text-to-image / index.html
smfry010's picture
Create index.html
216a8a2
raw
history blame
319 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>OFA-Image_Generation</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="card">
<h1 class="title">Text Generation</h1>
</div>
</body>
</html>