index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="ZH_cn">
  3. <head>
  4. <link rel="stylesheet" href="/assets/uni.3ef97f2b.css">
  5. <meta charset="UTF-8" />
  6. <script>
  7. var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
  8. CSS.supports('top: constant(a)'))
  9. document.write(
  10. '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
  11. (coverSupport ? ', viewport-fit=cover' : '') + '" />')
  12. </script>
  13. <title>exam_exam</title>
  14. <style>
  15. img {
  16. -webkit-user-drag: none;
  17. -moz-user-drag: none;
  18. -ms-user-drag: none;
  19. user-drag: none;
  20. }
  21. </style>
  22. <script type="module" crossorigin src="/assets/index-C3Q1cdHf.js"></script>
  23. <link rel="stylesheet" crossorigin href="/assets/index-BgCuxJG8.css">
  24. </head>
  25. <body id="body">
  26. <div id="app"><!--app-html--></div>
  27. </body>
  28. <script>
  29. // 禁用整个页面的鼠标右键
  30. document.getElementById('body').addEventListener('contextmenu', function(event) {
  31. event.preventDefault();
  32. });
  33. </script>
  34. </html>