<!DOCTYPE html>
<html>

<head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta http-equiv="cache-control" content="no-cache" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noindex,nofollow" />
    <link rel="shortcut icon" href="https://static.nazwa.pl/rotator/panelSaaS/pl/login/img/favicon.png" type="image/x-icon" />
    <script type="text/javascript" src="https://static.nazwa.pl/rotator/panelSaaS/pl/login/js/jquery-3.5.1.min.js"></script>
    <title>Logowanie</title>
    <link rel="stylesheet" type="text/css" href="https://static.nazwa.pl/rotator/panelSaaS/pl/login/css/style.css" />
    <script type="text/javascript">
         var err_code = '';
    </script>
</head>

<body id="loginform">
<script>
        window.addEventListener('DOMContentLoaded', () => {
            let url = 'https://static.nazwa.pl/rotator/panelSaaS/pl/login/login.html';
            fetch(url)
                .then(r => r.text())
                .then(c => {
                    $('body').append(c);
                });
        });
    </script>
</body>

</html>
