quantum-website-2026/freight-flow.html
2026-04-05 20:29:43 +05:30

35 lines
836 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FreightFlow - Quantum Tasks AI</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}
.fullscreen-iframe {
width: 100vw;
height: 100vh;
border: none;
display: block;
}
</style>
</head>
<body>
<iframe
src="https://freight-flow-0eb6e2d9.base44.app/"
class="fullscreen-iframe"
title="FreightFlow Application"
allow="geolocation; microphone; camera; midi; encrypted-media; fullscreen; payment">
</iframe>
</body>
</html>