Skip to content

Commit a72d62d

Browse files
author
Adalbert Pungu
committed
Update Module 07 HTML file
1 parent 10bb2e3 commit a72d62d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/module-07/m07-end/module07.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1>Test JavaScript</h1>
99
<p id="date"></p>
1010
<p>This page calls the script module08_main.js and is used for testing.</p>
11-
<script src=".\build\module08_main.js"></script>
11+
<script src=".\build\module07_main.js"></script>
1212
<noscript>You need to enable JavaScript to view the full site.</noscript>
1313
</body>
1414
</html>

code/module-07/m07-start/module07.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1>Test JavaScript</h1>
99
<p id="date"></p>
1010
<p>This page calls the script module08_main.js and is used for testing.</p>
11-
<script src=".\build\module08_main.js"></script>
11+
<script src=".\build\module07_main.js"></script>
1212
<noscript>You need to enable JavaScript to view the full site.</noscript>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)