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:
Maher Santina 2023-09-21 23:27:36 +10:00 committed by GitHub
parent 535921ebae
commit 49aeed1202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>