index.html 431 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>nix-js-06-functions-scopes</title>
  7. </head>
  8. <body style="padding:30px; font-family:Anonymous Pro, monospace">
  9. <h1>Functions-scopes</h1>
  10. <p>Все в консоли</p>
  11. <div id='root'></div>
  12. <script src="/js/index.js" type="module"></script>
  13. </body>
  14. </html>