fix broken links to styles and scripts
This commit is contained in:
@ -8,14 +8,14 @@
|
||||
<title>Rescue Trans Rescue</title>
|
||||
|
||||
<!-- The website stylesheet -->
|
||||
<link rel="stylesheet" href="styles/main.css" />
|
||||
<link rel="stylesheet" href="styles/artists.css" />
|
||||
<link rel="stylesheet" href="styles/details.css" />
|
||||
<link rel="stylesheet" href="/styles/main.css" />
|
||||
<link rel="stylesheet" href="/styles/artists.css" />
|
||||
<link rel="stylesheet" href="/styles/details.css" />
|
||||
|
||||
<!-- The website JavaScript file -->
|
||||
<script src="scripts/nav.js" defer></script>
|
||||
<script src="scripts/details.js" defer></script>
|
||||
<script src="scripts/artists.js" defer></script>
|
||||
<script src="/scripts/nav.js" defer></script>
|
||||
<script src="/scripts/details.js" defer></script>
|
||||
<script src="/scripts/artists.js" defer></script>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user