mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
update frontend
This commit is contained in:
parent
8def955151
commit
e2faa497ab
3 changed files with 6 additions and 31 deletions
|
|
@ -162,21 +162,8 @@
|
|||
<div class="toast-body"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var script = document.createElement('script');
|
||||
script.src = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js";
|
||||
script.async = true;
|
||||
script.defer = true;
|
||||
script.onerror = function() {
|
||||
var backupScript = document.createElement('script');
|
||||
backupScript.src = "https://static.wjqserver.com/bootstrap.bundle.min.js";
|
||||
backupScript.async = true;
|
||||
backupScript.defer = true;
|
||||
document.head.appendChild(backupScript);
|
||||
};
|
||||
document.head.appendChild(script);
|
||||
</script>
|
||||
<script src="script.js"></script>
|
||||
<script src="https://static.wjqserver.com/bootstrap.bundle.min.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue