HYDRAS_Flux-Enhanced / index.html
tabusha
Update index.html
047c93e verified
raw
history blame contribute delete
628 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flux Enhanced</title>
<style>
/* Ensure the iframe takes up the full page */
body, html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden; /* Prevent scrolling */
}
iframe {
width: 100%;
height: 100%;
border: none; /* Remove border */
}
</style>
</head>
<body>
<iframe src="https://xyplon.web.app/generate"></iframe>
</body>
</html>