flux2-webgpu / index.html
ryanhlewis's picture
Deploy static FLUX.2 WebGPU app
797e381 verified
Raw
History Blame Contribute Delete
468 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FLUX.2 Static WebGPU</title>
<script>
const target = new URL("static.html", window.location.href);
target.search = window.location.search;
target.hash = window.location.hash;
window.location.replace(target);
</script>
</head>
<body>
<a href="static.html">Open FLUX.2 Static WebGPU</a>
</body>
</html>