This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cyberpanel
mirror of
https://github.com/usmannasir/cyberpanel.git
Watch
1
Star
0
Fork
You've already forked cyberpanel
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v2.3.6
cyberpanel
/
examplePlugin
/
static
/
examplePlugin
/
examplePlugin.js
3 lines
83 B
JavaScript
Raw
Permalink
Blame
History
$
(
document
)
.
ready
(
function
(
)
{
console
.
log
(
"using JS in static file...!"
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink