mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-28 01:00:53 +01:00
Merge pull request #25 from UWUplus/main
Moved scripts and stylesheets to a local file
This commit is contained in:
commit
de1f8f94e0
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…
Reference in New Issue
Block a user