relative paths for scripts and stylesheets

This commit is contained in:
2025-05-23 21:02:12 -07:00
parent 490a94c70d
commit 62b11f6f76
10 changed files with 46 additions and 50 deletions

View File

@ -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" />