Skip to content

Commit 0a8d4c1

Browse files
committed
js file was linked incorrectly,corrected that error
1 parent d4249d1 commit 0a8d4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12.FizzBuzz/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222

2323
</body>
24-
<script src="fizzbuzz.js"></script>
24+
<script src="app.js"></script>
2525
</html>

0 commit comments

Comments
 (0)