data:text/html;charset=utf-8, <!DOCTYPE HTML!> <html> <head> <title>About me</title> </head> <body> <style>font-family: Arial;</style> <script src="https://power-engine.powerupstudio.repl.co/Power%20Engine.js"></script> <script> const box = new Box("About Me","I'm Power Up Studio and i'm making libraries for javascript, node.js and more languages.\n I'm also creating other things :)",'100px','150px','Ok','White','Black','5px', function() { window.location.href = "https://stackoverflow.com/users/17916782/Power%20Up%20Studio" }) </script> </body> </html>