Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 37-Wanderlust/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>TOP ATTRACTIONS</h2>
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="public/helpers.js"></script>
<script src="public/main.js"></script>
<script src="helpers.js"></script> /* PREVIOUS CODE: <script src="public/helpers.js"></script> would perfectly run if you CREATE and MOVE helpers.js into a folder named public FROM its current routing **/
<script src="main.js"></script> /* PREVIOUS CODE: <script src="public/main.js"></script> would perfectly run if you CREATE and MOVE main.js into a folder named public FROM its current routing **/
</body>
</html>