Hello World

by Eduard Kulikov

HTML

<html>
  <head></head>
  <body>
    <script>
      alert("Hello World!")
    </script>
  </body>
</html>