I a trying to get my Calculator website to work via github.com (https://codingoni.github.io/bCalculator/) When I open my index files from my local storage it works but when I try to go to the website it just shows
bCalculator I am assuming the css and javascript are not loading but I do not know why.
I have tried changing the directory
<link rel="stylesheet" type="text/css" href="./calc.css">
<script src="./calc.js"></script>
The files have the correct name.