ideogram4 / index.html
multimodalart's picture
multimodalart HF Staff
Update index.html
2f90728 verified
raw
history blame contribute delete
526 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ideogram 4</title>
<style>
html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
iframe { display: block; border: 0; width: 100vw; height: 100vh; }
</style>
</head>
<body>
<iframe
src="https://huggingface.co/spaces/ideogram-ai/ideogram4"
allow="accelerometer; camera; microphone; clipboard-read; clipboard-write; fullscreen">
</iframe>
</body>
</html>