Browse Source

user CDN

master
欧醚 3 years ago
parent
commit
5a2608e327
5 changed files with 4 additions and 1176 deletions
  1. +0
    -1156
      static/AgoraRTC_N-4.3.0.js
  2. +0
    -7
      static/vendor/bootstrap.bundle.min.js
  3. +0
    -7
      static/vendor/bootstrap.min.css
  4. +0
    -2
      static/vendor/jquery-3.4.1.min.js
  5. +4
    -4
      templates/homepage.html

+ 0
- 1156
static/AgoraRTC_N-4.3.0.js
File diff suppressed because it is too large
View File


+ 0
- 7
static/vendor/bootstrap.bundle.min.js
File diff suppressed because it is too large
View File


+ 0
- 7
static/vendor/bootstrap.min.css
File diff suppressed because it is too large
View File


+ 0
- 2
static/vendor/jquery-3.4.1.min.js
File diff suppressed because it is too large
View File


+ 4
- 4
templates/homepage.html View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href="https://fonts.yecdn.com/css2?family=Noto+Serif+SC:wght@300;700&display=swap" rel="stylesheet">
<link href="https://fonts.yecdn.com/css2?family=Noto+Sans+SC&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./static/vendor/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="./static/index.css">
<title>闭社语音</title>
</head>
@ -87,9 +87,9 @@
<div class="footer">
<p> 🄯 2021 Copyleft: closed.social</p>
</div>
<script src="./static/vendor/jquery-3.4.1.min.js"></script>
<script src="./static/vendor/bootstrap.bundle.min.js"></script>
<script src="./static/AgoraRTC_N-4.3.0.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="https://download.agora.io/sdk/release/AgoraRTC_N-4.4.0.js"></script>
<script src="./static/index.js"></script>
</body>
</html>

Loading…
Cancel
Save