The actual working location of my website:
My desired working location for the site:
Originally, I had my index.html file in the main repository, but later moved it to an html folder along with other html files for better organization. How can I ensure that it functions correctly with the following setup:
<head>
<title> NAME </title>
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" type="image/ico" href="/favicon.ico">
<link rel="stylesheet" href="../css/index.css">
</head>
<section id="Site">
<h3>
<a href="../html/">FIRST LAST </a>
</h3>
</section>
My desired working location for the site:
Thank you