⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.231
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
resources
/
views
/
View File Name :
error.blade.php
<!DOCTYPE html> <html> <head> <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <meta content="utf-8" http-equiv="encoding"> <link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <style> body { font-family: 'Nunito Sans', sans-serif; display: grid; height: 100vh; place-items: center; background-color: #e9ecef; } #tick { stroke: #63bc01; stroke-width: 6; transition: all 1s; } #circle { stroke: #63bc01; stroke-width: 6; transform-origin: 50px 50px 0; transition: all 1s; } .progress #tick { opacity: 0; } .ready #tick { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: draw 8s ease-out forwards; } .progress #circle { stroke: #4c4c4c; stroke-dasharray: 314; stroke-dashoffset: 1000; animation: spin 3s linear infinite; } .ready #circle { stroke-dashoffset: 66; stroke: #63bc01; } #circle { stroke-dasharray: 500; } #check img{ display: block; clear: both; /* width: 300px; */ height: 150px; margin: 0 auto; } .progress .info-ctn.space-ctn { display: none; } .info-ctn{ text-align: center; margin-top: 30px; } .info-ctn p { font-size: 32px; line-height: 55px; color: #6b6a6f; } .info-ctn p strong { color: #2d2f3b; font-size: 40px; line-height: 55px; font-family: 'Open Sans', sans-serif; font-weight: 700; } #check { min-height: 150px; margin: 0 auto; text-align: center; } @keyframes spin { 0% { transform: rotate(0deg); stroke-dashoffset: 66; } 50% { transform: rotate(540deg); stroke-dashoffset: 314; } 100% { transform: rotate(1080deg); stroke-dashoffset: 66; } } @keyframes draw { to { stroke-dashoffset: 0; } } </style> </head> <body> <div class="container h-100"> <div class="row h-100 justify-content-center align-items-center"> <div class="mainbox col-sm"> <div id="check"> <img src="{{asset('11dream/images/error-img.png')}}" alt=""> </div> <div class="info-ctn space-ctn"> <p><strong>OH HO, sorry payment failed.</strong> </p> <p>You will be redirecting in 5 seconds... </p> </div> </div> </div> </div> </div> <script> setTimeout(function () { window.close() },5000) </script> <body> </html>