mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-23 06:57:44 +01:00
Moved files from cdn to static directory
This commit is contained in:
parent
0dc997b93f
commit
6f5c194297
11
static/bootstrap.min.css
vendored
11
static/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
6
static/bootstrap.min.js
vendored
Normal file
6
static/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
static/jquery-3.6.0.min.js
vendored
Normal file
2
static/jquery-3.6.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -4,13 +4,13 @@
|
||||
<title>KoboldAI Client</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="static/jquery-3.6.0.min.js"></script>
|
||||
<script src="static/socket.io.min.js"></script>
|
||||
<script src="static/application.js?ver=0.15.0g"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
|
||||
<script src="static/bootstrap.min.js"></script>
|
||||
<script src="static/bootstrap-toggle.min.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="static/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="static/bootstrap-toggle.min.css">
|
||||
<link rel="stylesheet" href="static/custom.css?ver=0.15.0g">
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user