I saw the below head section in a page and I don't understand the purpose of the ./ before the stylesheet call. I checked the directory for the site and the stylesheet is in the same directory as the index page.
<head>
<meta charset="utf-8">
<title>Site Title</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>