I have now noticed that CSS is also not loading, if I have it In the right place. I have a css file in public_html, next to index.html. should I change the directory index? it seems to have no effect whether I change it to public_html or anything else
<img src "/logo.png" alt="logo goes here" width="50" height="50">
<img src="logo.png" alt="logo goes here" width="50" height="50">
<link href="/css/styles.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />