I know this is a duplicate, but I cannot figure this out.
I have a file structure like:

How can I link factoid-page.js into factoid-page.html ?
I have tried: <script type="text/javascript" th:src="@{/factoid-page.js}"></script>
This does not work.
Please help, Thanks