relative paths for scripts and stylesheets
This commit is contained in:
@ -11,13 +11,13 @@
|
||||
<title>Zines | FediZineFest 2025</title>
|
||||
|
||||
<!-- The website stylesheet -->
|
||||
<link rel="stylesheet" href="/styles/main.css" />
|
||||
<link rel="stylesheet" href="/styles/zines.css" />
|
||||
<link rel="stylesheet" href="../styles/main.css" />
|
||||
<link rel="stylesheet" href="../styles/zines.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>
|
||||
|
||||
<!-- Redirect to correct page -->
|
||||
<meta http-equiv="refresh" content="0; url=/years/2025/zines" />
|
||||
|
||||
Reference in New Issue
Block a user