<!DOCTYPE html> <html> <head> <title>Hello World</title> <script> //Welcome to the Constructorizer Web Editor alert("Constructorizer started as an idea to solve a simple problem:"); if(want_to_know_why){ var main_reason = "Coding should be easier"; alert(main_reason); } </script> </head> <body> <h1>How Coding Should Be:</h1> <ul class="how"> <li>Code should be available everywhere, even without an ssh or ftp client</li> <li>Source should only be viewable by those the developers wish to view it</li> <li>Sharing the code should be as easy as a few clicks</li> <li>Version control should be extremely simple</li> <li>The syntax should be highlighted to increase readability</li> <li>Backup should be automatic</li> </ul> <h3 id="interact_with_me">Click here to try the editor!</h3> </body> </html>