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