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