mirror of
https://github.com/thecyberlearn/quantum-website-2026.git
synced 2026-08-18 08:43:19 +00:00
35 lines
836 B
HTML
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> |