| 1234567891011121314151617181920212223 |
- <!doctype html>
- <html class="no-js" lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title></title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="css/empty.css">
- </head>
- <body>
- <!-- CONTENU -->
- <button>Bouton</button>
- <!-- SCRIPTS -->
- <script>
- alert("Hello World!");
- </script>
- </body>
- </html>
|