relative paths for scripts and stylesheets
This commit is contained in:
@ -11,13 +11,13 @@
|
||||
<title>Get Involved | FediZineFest</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/footer.js" defer></script>
|
||||
<script src="/scripts/wip.js" defer></script>
|
||||
<script src="../scripts/nav.js" defer></script>
|
||||
<script src="../scripts/footer.js" defer></script>
|
||||
<script src="../scripts/wip.js" defer></script>
|
||||
|
||||
<!-- Meta -->
|
||||
<link rel="canonical" href="https://fedizinefest.glitch.me/signup" />
|
||||
|
||||
Reference in New Issue
Block a user