FLUX.1.1-pro_free / index.html
RICHKEED's picture
Update index.html
cdb846f verified
<!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;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: Arial, sans-serif;
background-color: #f4f4f4;
}
h3 {
margin: 20px 0;
font-size: 24px;
color: #333;
text-align: center;
}
a {
text-decoration: none;
color: white;
background-color: #007BFF;
padding: 10px 20px;
border-radius: 5px;
transition: background-color 0.3s;
}
a:hover {
background-color: #0056b3;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<h3>
<a href="https://www.nexusapi.tech/" target="_blank">
Visit Nexus AI
</a>
</h3>
<iframe src="https://image.nexusapi.tech/" title="Nexus Image Generator"></iframe>
</body>
</html>