Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.116.42.143
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
resources /
views /
errors /
Delete
Unzip
Name
Size
Permission
Date
Action
401.blade.php
131
B
-rw-r--r--
2021-02-02 18:22
403.blade.php
153
B
-rw-r--r--
2021-02-02 18:22
404.blade.php
125
B
-rw-r--r--
2021-02-02 18:22
419.blade.php
131
B
-rw-r--r--
2021-02-02 18:22
429.blade.php
141
B
-rw-r--r--
2021-02-02 18:22
500.blade.php
131
B
-rw-r--r--
2021-02-02 18:22
503.blade.php
173
B
-rw-r--r--
2021-02-02 18:22
illustrated-layout.blade.php
11.36
KB
-rw-r--r--
2021-02-02 18:22
layout.blade.php
1.4
KB
-rw-r--r--
2021-02-02 18:22
minimal.blade.php
1.54
KB
-rw-r--r--
2021-02-02 18:22
Save
Rename
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>@yield('title')</title> <!-- Fonts --> <link rel="dns-prefetch" href="//fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet"> <!-- Styles --> <style> html, body { background-color: #fff; color: #636b6f; font-family: 'Nunito', sans-serif; font-weight: 100; height: 100vh; margin: 0; } .full-height { height: 100vh; } .flex-center { align-items: center; display: flex; justify-content: center; } .position-ref { position: relative; } .code { border-right: 2px solid; font-size: 26px; padding: 0 15px 0 15px; text-align: center; } .message { font-size: 18px; text-align: center; } </style> </head> <body> <div class="flex-center position-ref full-height"> <div class="code"> @yield('code') </div> <div class="message" style="padding: 10px;"> @yield('message') </div> </div> </body> </html>