uninstall_web.blade.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>优速软件办公</title>
  6. <meta name="keywords" content="nsNiuniuSkin"/>
  7. <meta name="description" content=""/>
  8. <meta name="viewport"
  9. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  12. <style type="text/css">
  13. body {
  14. margin: 0;
  15. text-align: center;
  16. overflow: hidden;
  17. }
  18. img {
  19. margin: 0;
  20. padding: 0;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <img src="/YSCompress/uninstallWeb/unistall.png" style="width:100%;">
  26. <script type="text/javascript">
  27. // 禁用拖拽
  28. window.ondragstart = function () {
  29. return false;
  30. }
  31. // 禁用右键 (防止右键查看源代码)
  32. window.oncontextmenu = function () {
  33. return false;
  34. }
  35. //阻止复制
  36. document.body.oncopy = function () {
  37. return false;
  38. }
  39. </script>
  40. </body>
  41. </html>