<!DOCTYPE html>
<html>
<head>
    <title>sales-forecasting - rtZen App</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html, body { height: 100%; overflow: hidden; }
        iframe { width: 100%; height: 100%; border: none; }
    </style>
</head>
<body>
    <iframe src="https://rtzen.dev/live/sales-forecasting" allowfullscreen></iframe>
</body>
</html>