Load download links from live API

This commit is contained in:
Holden
2026-06-27 00:38:53 -05:00
parent e208f1ad5a
commit b1090d2dc9
7 changed files with 253 additions and 118 deletions
+1 -1
View File
@@ -17,9 +17,9 @@ import Footer from "../components/Footer.astro";
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<script src="/js/jquery-4.0.0.min.js" is:inline></script>
<slot />
<Footer />
<script src="/js/jquery-4.0.0.min.js" is:inline></script>
<script src="/js/bootstrap.min.js" is:inline></script>
</body>
</html>