mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
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:
parent
e4744f5545
commit
2f420daad5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue