Utilisateur:Althiphika/Bac à sable

<!DOCTYPE html> <html>

 <head>
   <title>Hello World!</title>
 </head>
 <body>
   <script type="text/javascript">
     alert('Hello world!');
   </script>
 </body>

</html>