⚝
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
/
qda-digital.online
/
resources
/
views
/
Edit File: pdf.blade.php
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>@lang('PDF View')</title> <!-- Google font --> <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=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap" rel="stylesheet"> <style> body { font-family: 'DM Sans', sans-serif; font-size: .90em; line-height: 1; } h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 600; line-height: 1.25; color: #24292d; } .table-listing { font-family: 'DM Sans', sans-serif; border-collapse: collapse; width: 100%; } .table-listing td, .table-listing th { border: 1px solid #ddd; padding: 8px; } .table-listing tr:nth-child(even) { background-color: #f2f2f2; } .table-listing tr:hover { background-color: #ddd; } .table-listing th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #6366f1; color: white; } .table-image-preview { width: 60px; height: 60px; border-radius: 4px; } .no-preview { width: 60px; height: 60px; border-radius: 4px; background: rgb(219, 219, 219); display: block; padding: 0; margin-top: -5px; text-align: center; } .no-preview small { text-align: center; } .table-sm th, .table-sm td { padding: 0.3rem; } </style> @yield('page-style') </head> <body> <div class="container"> <div class="row table-content"> @yield('content-area') </div> </div> </body> </html>
Simpan