User:Spaghet-Ti/沙盒/JS

<html>

   <header>
       <title>JavaScript/HTML test</title>
   </header>
   <body>
       <script>
           alert("Hello, world!")
       </script>
   </body>

</html>