Browse Source

Обновить 'JS 5 Online Homework/Homework #12: closures/index.html'

stas.vladlenko 1 year ago
parent
commit
dada62e46e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      JS 5 Online Homework/Homework #12: closures/index.html

+ 1 - 1
JS 5 Online Homework/Homework #12: closures/index.html

@@ -7,6 +7,6 @@
     <title>Document</title>
 </head>
 <body>
-    <script src="main.js"></script>
+    <script src="hw12.js"></script>
 </body>
 </html>