<head>
<link rel="shortcut icon" href="img/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
<title>......</title>
I'm using Brackets to edit and have a live-preview option, which when editing updates automatically. However, I put the whole file on a local server and then realized that the CSS is not being linked.