Whenever I access my github pages site on americano-project.github.io, the css files are being transferred as plaintext instead of text/css
. Consequently, my browser (firefox 25.0.1) fails to load the css properly.
Here is how the css is embedded:
<link rel="stylesheet" type="text/css" src="/css/tmp.css" />
<link rel="stylesheet" type="text/css" src="/css/toast.css" />
The code can be found in a github repository. Can you help me figure out what is causing this issue?