Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
coca_orders_api /
test /
Delete
Unzip
Name
Size
Permission
Date
Action
index.php
29.31
KB
-rw-r--r--
2023-01-18 07:38
orders.css
1.69
KB
-rw-r--r--
2022-07-18 16:47
Save
Rename
*{ margin: 0; padding: 0; box-sizing: border-box; } body{ font-family: sans-serif; min-height: 100vh; color: rgb(189, 175, 175); background-color: #4c4a4e; font-size: 18px; } h1{ padding: 40px 20px; text-align: center; background-color: #704c4a; color: #ffffff; font-size: 80px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); } form{ max-width: 400px; margin: 0 auto; position: relative; top: 80px; background-color: #ffffff; padding: 25px; border-radius: 10px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); color: #333; display: flex; flex-direction: column; } form h3{ margin-bottom: 40px; border-bottom: thin solid #d4d4d4; padding-bottom: 10px; } form input, form textarea{ padding: 15px; margin-bottom: 30px; font-size: 18px; border-radius: 10px; border: thin solid #d4d4d4; } form label{ display: inline-block; padding-bottom: 10px; padding-left: 7px; } form textarea{ min-height: 150px; padding: 10px; } form input[type=submit]{ cursor: pointer; transition: color 0.3s, background-color 0.3s; background-color: #f3e7fa; } form input[type=submit]:hover{ background-color: #704c4a; color: #fff; } form input:focus, form textarea:focus{ outline: none; } .success{ color: green; } .error{ color: red; } /* .submit{ display: block; display:inline-block; margin: 4px auto 0; } */ ul{ text-align: center; list-style-type: none; margin: 0; padding: 0; background-color:#b3938d; overflow: hidden; } li a{ color: #f3e7fa; padding: 20px; text-decoration: none; display: block; } li{ float: left; } li a:hover{ background-color:#aa887e ; }