index.html 312 B

1234567891011
  1. <html lang='en'>
  2. <head>
  3. <meta charset='UTF-8' />
  4. <meta name='viewport' content='width=device-width, initial-scale=1.0' />
  5. <title>Home Work 14.1 then JS</title>
  6. </head>
  7. <body>
  8. <h1>Home Work 14.1 then</h1>
  9. <script src='index.js'></script>
  10. </body>
  11. </html>