⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
works.probilgiegitim.com
/
resources
/
views
/
View File Name :
spa.blade.php
@php $config = [ 'appName' => config('app.name'), 'locale' => ($locale = app()->getLocale()), 'locales' => config('app.locales'), 'githubAuth' => config('services.github.client_id'), 'isDemoMode' => config('app.is_demo_mode'), 'version' => config('app.version'), ]; @endphp <!DOCTYPE html> <html lang="{{ app()->getLocale() }}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>{{ config('app.name') }}</title> <link rel="icon" href='{{ asset('images/' . config('config.favicon')) }}'> <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=Kumbh+Sans:wght@400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="{{ mix('/dist/css/app.css') }}"> </head> <body class="hold-transition layout-footer-fixed"> <div id="app"></div> {{-- Global configuration object --}} <script> window.config = @json($config); </script> {{-- Load the application scripts --}} <script src="{{ mix('/dist/js/app.js') }}"></script> </body> </html>