index.html 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport"
  6. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <title>cos-js-sdk-v5</title>
  9. <style>
  10. body { font-family: "Microsoft YaHei"; }
  11. .page {max-width:1024px;margin:0 auto;}
  12. h1 { font-weight: normal; color:#333;}
  13. a { color: #006eff; background-color: transparent; padding: 8px 16px; line-height: 1.3; display: inline-block; text-align: center; margin: 0 8px 8px 0; border: 1px solid #006eff; font-size: 14px; text-decoration: none; }
  14. a:hover { color: #fff; background-color: #006eff; }
  15. .result {display:none;line-height:1.3;font-size: 13px;font-family:monospace;border:1px solid #006eff;margin:0;height:200px;overflow:auto;box-sizing:border-box;padding:5px;}
  16. </style>
  17. </head>
  18. <body>
  19. <div class="page">
  20. <h1>cos-js-sdk-v5</h1>
  21. <div class="main"></div>
  22. <pre class="result"></pre>
  23. </div>
  24. <script src="../dist/cos-js-sdk-v5.js"></script>
  25. <script src="./demo.js"></script>
  26. </body>
  27. </html>