mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 19:28:09 +00:00
Update replay.html
Changed `http` to `https` to add the ability to host the replay UI on a remote secure server
This commit is contained in:
parent
535921ebae
commit
49aeed1202
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<script src="http://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script>
|
||||
<script src="https://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/markdown-it@13.0.1/dist/markdown-it.min.js"></script>
|
||||
<link rel="stylesheet" href="replay/css/use.css">
|
||||
<link rel="stylesheet" href="replay/css/github-markdown-dark.css">
|
||||
@ -114,4 +114,4 @@
|
||||
<!--<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>-->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user