Skip to content

Commit b04cd2e

Browse files
authored
Fix HTML encoding issues in index.html
1 parent f2e172c commit b04cd2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ <h2>Content de te revoir</h2>
9494
</div>
9595
</footer>
9696
</div>
97-
98-
<script src="app.js"></script>
97+
<script src="./app.js"></script>
9998
</body>
10099
</html>

0 commit comments

Comments
 (0)