empty.html 468 B

1234567891011121314151617181920212223
  1. <!doctype html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title></title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="css/empty.css">
  10. </head>
  11. <body>
  12. <!-- CONTENU -->
  13. <button>Bouton</button>
  14. <!-- SCRIPTS -->
  15. <script>
  16. alert("Hello World!");
  17. </script>
  18. </body>
  19. </html>