CINXE.COM
Logowanie - 3hosting.pl
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Logowanie - 3hosting.pl</title> <link href="/templates/3hosting/css/icons.css?v=b19633" rel="stylesheet"> <link href="/templates/3hosting/css/jquery.rangerover.css" rel="stylesheet"> <!-- Styling --> <link href="/assets/fonts/css/open-sans-family.css" rel="stylesheet" type="text/css" /> <link href="/templates/twenty-one/css/all.min.css?v=26aeb7" rel="stylesheet"> <link href="/templates/twenty-one/css/theme.min.css?v=26aeb7" rel="stylesheet"> <link href="/assets/css/fontawesome-all.min.css" rel="stylesheet"> <link href="/templates/3hosting/css/custom.css" rel="stylesheet"> <script> var csrfToken = 'afbf5a339a6404331d5e48612e52e89f67a33903', markdownGuide = 'Przewodnik po Markdown', locale = 'en', saved = 'zapisano', saving = 'automatyczne zapisywanie', whmcsBaseUrl = "", requiredText = 'Wymagane', recaptchaSiteKey = ""; </script> <script src="/templates/twenty-one/js/scripts.min.js?v=26aeb7"></script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap" rel="stylesheet"> <link rel="apple-touch-icon" sizes="180x180" href="/templates/3hosting/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/templates/3hosting/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/templates/3hosting/favicon/favicon-16x16.png"> <link rel="manifest" href="/templates/3hosting/favicon/site.webmanifest"> <link rel="mask-icon" href="/templates/3hosting/favicon/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="/templates/3hosting/favicon/favicon.ico"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="/templates/3hosting/favicon/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <link href="/templates/3hosting/tmp.css?ver=08112023" rel="stylesheet"> </head> <body class="primary-bg-color h-100" data-phone-cc-input="1"> <link href="/templates/3hosting/login.css?v=b19633" rel="stylesheet"> <div class="providerLinkingFeedback"></div> <div class="container-fluid"> <div class="login__container"> <img src="/templates/3hosting/images/3hostinglogo-full.svg" alt="Logo" class="login__logo"> <p class="login__title">Zaloguj si臋 na swoje konto, aby kontynuowa膰.</p> <form method="POST" class="login__form" action="/index.php?rp=/login"> <input type="hidden" name="token" value="afbf5a339a6404331d5e48612e52e89f67a33903" /> <div class="form-group"> <input class="form-control" required type="email" name="username" placeholder="adres@email.pl" autofocus> </div> <div class="form-group"> <input class="form-control" required type="password" name="password" placeholder="Has艂o"> </div> <div class="form-group" style="margin-left: 20px;"> <label> <input type="checkbox" class="form-check-input" name="rememberme" /> Zapami臋taj mnie </label> </div> <div class="login__actions"> <a href="/index.php?rp=/password/reset" tabindex="-1">Nie pami臋tasz has艂a?</a> <button class="btn btn--pink btn--midwide" type="submit">Zaloguj si臋</button> </div> </form> </div> <img src="/templates/3hosting/images/3hosting-login.svg" alt="Background" class="login__bg login__bg-1"> <img src="/templates/3hosting/images/login-1.svg" alt="Background" class="login__bg login__bg-2"> <img src="/templates/3hosting/images/login-2.svg" alt="Background" class="login__bg login__bg-3"> <img src="/templates/3hosting/images/login-3.svg" alt="Background" class="login__bg login__bg-4"> </div> <form action="#" id="frmGeneratePassword"> <div class="modal fade" id="modalGeneratePassword"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-white"> <h4 class="modal-title"> Wygeneruj has艂o </h4> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="alert alert-danger w-hidden" id="generatePwLengthError"> Wprowad藕 liczb臋 od 8 do 64 odpowiadaj膮c膮 d艂ugo艣ci Twojego has艂a </div> <div class="form-group row"> <label for="generatePwLength" class="col-sm-4 col-form-label">D艂ugo艣膰 has艂a</label> <div class="col-sm-8"> <input type="number" min="8" max="64" value="12" step="1" class="form-control input-inline input-inline-100" id="inputGeneratePasswordLength"> </div> </div> <div class="form-group row"> <label for="generatePwOutput" class="col-sm-4 col-form-label">Wygenerowane has艂o</label> <div class="col-sm-8"> <input type="text" class="form-control" id="inputGeneratePasswordOutput"> </div> </div> <div class="row"> <div class="col-sm-8 offset-sm-4"> <button type="submit" class="btn btn-default btn-sm"> <i class="fas fa-plus fa-fw"></i> Wygeneruj nowe has艂o </button> <button type="button" class="btn btn-default btn-sm copy-to-clipboard" data-clipboard-target="#inputGeneratePasswordOutput"> <img src="/assets/img/clippy.svg" alt="Copy to clipboard" width="15"> Skopiuj </button> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"> Zamknij </button> <button type="button" class="btn btn-primary" id="btnGeneratePasswordInsert" data-clipboard-target="#inputGeneratePasswordOutput"> Skopiuj do schowka i wstaw </button> </div> </div> </div> </div> </form> <script src="/modules/servers/three_hosting/assets/js/search.js"></script> <script type="text/javascript" src="/modules/servers/three_hosting/assets/js/password.js"></script> <script type="text/javascript" src="/modules/servers/three_hosting/assets/js/livedata.js"></script> <script src="/templates/3hosting/js/scripts.js"></script> </body> </html>