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 : 3.16.24.18
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
resources /
views /
errors /
Delete
Unzip
Name
Size
Permission
Date
Action
401.blade.php
131
B
-rw-r--r--
2021-02-02 18:24
403.blade.php
153
B
-rw-r--r--
2021-02-02 18:24
404.blade.php
125
B
-rw-r--r--
2021-02-02 18:24
419.blade.php
131
B
-rw-r--r--
2021-02-02 18:24
429.blade.php
141
B
-rw-r--r--
2021-02-02 18:24
500.blade.php
131
B
-rw-r--r--
2021-02-02 18:24
503.blade.php
173
B
-rw-r--r--
2021-02-02 18:24
illustrated-layout.blade.php
11.36
KB
-rw-r--r--
2021-02-02 18:24
layout.blade.php
1.4
KB
-rw-r--r--
2021-02-02 18:24
minimal.blade.php
1.54
KB
-rw-r--r--
2021-02-02 18:24
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" type="text/css"> <!-- 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; } .content { text-align: center; } .title { font-size: 36px; padding: 20px; } </style> </head> <body> <div class="flex-center position-ref full-height"> <div class="content"> <div class="title"> @yield('message') </div> </div> </div> </body> </html>