use local js file instead of the unpkg cdn

unpg.com was down, which broke the ui.
I guess for stability deps should be local
or at least pinned to a version.
This commit is contained in:
mpnsk 2025-03-15 16:36:03 +01:00
parent e4744f5545
commit 2f420daad5

View file

@ -16,7 +16,7 @@
<link rel="stylesheet" href="styles/responsive.css">
<link rel="stylesheet" href="styles/badges.css">
<link rel="stylesheet" href="styles/controls.css">
<script src="https://unpkg.com/siriwave/dist/siriwave.umd.min.js"></script>
<script src="./siriwave.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>