⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.119
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
skvinfotech.com
/
storage
/
framework
/
views
/
View File Name :
3c2583621d7ae501367aaed96123c1fee831b06f.php
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <title>Swathi</title> <!-- Icons --> <!-- The following icons can be replaced with your own, they are used by desktop and mobile browsers --> <link rel="shortcut icon" href="<?php echo e(asset('assets/media/favicons/logo.png')); ?>"> <!-- END Icons --> <!-- Stylesheets --> <!-- Fonts and OneUI framework --> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"> <link rel="stylesheet" id="css-main" href="<?php echo e(asset('assets/css/oneui.min.css')); ?>"> <!-- You can include a specific file from css/themes/ folder to alter the default color theme of the template. eg: --> <!-- <link rel="stylesheet" id="css-theme" href="assets/css/themes/amethyst.min.css"> --> <!-- END Stylesheets --> </head> <body> <!-- Page Container --> <div id="page-container"> <!-- Main Container --> <main id="main-container"> <!-- Page Content --> <div class="hero-static"> <div class="content"> <div class="row justify-content-center"> <div class="col-md-8 col-lg-6 col-xl-4"> <!-- Sign In Block --> <div class="block block-rounded block-themed mb-0"> <div class="block-header bg-primary-dark"> <h3 class="block-title">Log In</h3> </div> <div class="block-content"> <div class="p-sm-3 px-lg-4 py-lg-5"> <h1 class="h2 mb-1">Login</h1> <?php if(session('alert')): ?> <div class="alert alert-success"> <?php echo e(session('status')); ?> </div> <?php endif; ?> <form class="js-validation-signin" action="<?php echo e(url('admin/login')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="py-3"> <div class="form-group"> <input type="text" class="form-control form-control-alt form-control-lg" id="login-username" name="username" placeholder="Username"> </div> <div class="form-group"> <input type="password" class="form-control form-control-alt form-control-lg" id="login-password"name="password" placeholder="Password"> </div> <div class="form-group"> <div class="custom-control custom-checkbox"> <input type="checkbox" class="custom-control-input" id="login-remember" name="remember" > <label class="custom-control-label font-w400" for="login-remember">Remember Me</label> </div> </div> </div> <div class="form-group row"> <div class="col-md-6 col-xl-5"> <button type="submit" class="btn btn-block btn-primary1"> <i class="fa fa-fw fa-sign-in-alt mr-1"></i> Sign In </button> </div> </div> </form> <!-- END Sign In Form --> </div> </div> </div> <!-- END Sign In Block --> </div> </div> </div> </div> <!-- END Page Content --> </main> <!-- END Main Container --> </div> <!-- END Page Container --> <script src="<?php echo e(asset('assets/js/oneui.core.min.js')); ?>"></script> <script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script> $( document ).ready(function() { <?php if(session('status')): ?> var timing = 2000; <?php if(session('extend_time')): ?> var timing = 20000; <?php endif; ?> Swal.fire({ title: "<?php echo e(session('message')); ?>", icon:"<?php echo e(session('status')); ?>", timer: timing }); <?php endif; ?> }); </script> <script src="<?php echo e(asset('assets/js/oneui.app.min.js')); ?>"></script> <!-- Page JS Plugins --> <script src="<?php echo e(asset('assets/js/plugins/jquery-validation/jquery.validate.min.js')); ?>"></script> <!-- Page JS Code --> <script src="<?php echo e(asset('assets/js/pages/op_auth_signin.min.js')); ?>"></script> </body> </html> <?php /**PATH /var/www/skvinfotech.com/resources/views/admin/login.blade.php ENDPATH**/ ?>