⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.176
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
/
html
/
resources
/
views
/
backend
/
layouts
/
View File Name :
simple.blade.php
<!doctype html> <html lang="{{ config('app.locale') }}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <title>SKV EWASTE</title> <meta name="description" content="Aaradayaa"> <meta name="author" content="Aaradayaa"> <meta name="robots" content="noindex, nofollow"> <!-- CSRF Token --> <meta name="csrf-token" content="{{ csrf_token() }}"> <!-- Icons --> <link rel="shortcut icon" href="{{ asset('media/favicons/favicon.png') }}"> <link rel="icon" sizes="192x192" type="image/png" href="{{ asset('media/favicons/favicon-192x192.png') }}"> <link rel="apple-touch-icon" sizes="180x180" href="{{ asset('media/favicons/apple-touch-icon-180x180.png') }}"> <!-- Fonts and Styles --> @yield('css_before') <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="{{ asset('css/oneui.css') }}"> <!-- You can include a specific file from public/css/themes/ folder to alter the default color theme of the template. eg: --> <!-- <link rel="stylesheet" id="css-theme" href="{{ asset('css/themes/amethyst.css') }}"> --> @yield('css_after') <!-- Scripts --> <script>window.Laravel = {!! json_encode(['csrfToken' => csrf_token(),]) !!};</script> </head> <body> <div id="page-container" style="/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#437ceb+0,07c7a4+100 */ background: #a8e063; /* Old browsers */ background: -moz-linear-gradient(top, #a8e063 0%, #56ab2f 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #a8e063 0%,#56ab2f 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #a8e063 0%,#56ab2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8e063', endColorstr='#07c7a4',GradientType=0 ); /* IE6-9 */ "> <!-- Main Container --> <main id="main-container"> @yield('content') </main> <!-- END Main Container --> </div> <!-- END Page Container --> <!-- OneUI Core JS --> <script src="{{ asset('js/oneui.app.js') }}"></script> <!-- Laravel Scaffolding JS --> @yield('js_after') </body> </html>