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,12 +11,12 @@
<title>FediZineFest 2024</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/styles/main.css" />
<link rel="stylesheet" href="../../styles/main.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/years/2024" />