<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>nix-js-05-objects-in-json</title> </head> <body style="padding:30px; font-family:Anonymous Pro, monospace"> <h1>objects-in-json</h1> <div id='root'></div> <script src="/js/task-01.js" type="module"></script> <script src="/js/task-02.js" type="module"></script> <script src="/js/task-03.js" type="module"></script> <script src="/js/task-04.js" type="module"></script> </body> </html>