⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
ecommerce.dev-unit.com
/
views
/
front
/
View File Name :
maintainance.blade.php
<html> <head> <title>Maintainance Mode</title> <!-- favicon --> <link rel="shortcut icon" href="{{asset('assets/front/img/'.$setting->favicon)}}" type="image/x-icon"> <link href='https://fonts.googleapis.com/css?family=Lato:400' rel='stylesheet' type='text/css'> <!-- bootstrap css --> <link rel="stylesheet" media="screen" href="{{asset('assets/front/css/plugins.min.css')}}"> <style> body { margin: 0; padding: 0; width: 100%; height: 100%; color: #B0BEC5; display: table; font-weight: 400; font-family: 'Lato'; } .container { text-align: center; display: table-cell; vertical-align: middle; } .content { text-align: center; display: block; } .title { font-size: 72px; margin-bottom: 40px; } h3.maintain-txt { line-height: 40px; } .maintain-img-wrapper img { width: 100%; } </style> </head> <body> <div class="container"> <div class="content"> <div class="row"> <div class="col-lg-4 offset-lg-4"> <div class="maintain-img-wrapper"> <img src="{{asset('assets/images/'.$setting->maintainance_image)}}" alt=""> </div> </div> </div> <div class="row"> <div class="col-lg-8 offset-lg-2"> <h3 class="maintain-txt"> {!! nl2br($setting->maintainance_text) !!} </h3> </div> </div> </div> </div> </body> </html>