About
Explore
Events & Classes
Support Us
Join
Sign In
mYnAmEiScOcOaBeAn
View Project Page
Run
Fullscreen
Luigi | Fork
HTML
CSS
JS
<!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="mYnAmEiScHoCoBeAn"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <button onclick="choopa()">Me!</button> </body> </html>
function choopa() { window.open('https://justcodaborate.com/user-166'); }