FLUX.1.1-pro_free / index.html
RICHKEED's picture
Update index.html
87e7ff0 verified
raw
history blame
725 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nexus Image Generator</title>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<h3>
<a href="https://www.nexusapi.tech/" target="_blank" style="text-decoration: none; color: black;">
Visit Nexus AI
</a>
</h3>
<iframe src="https://image.nexusapi.tech/" title="Nexus Image Generator"></iframe>
</body>
</html>