index.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/view/favicon.ico" />
  6. <meta content="yes" name="apple-mobile-web-app-capable" />
  7. <meta content="yes" name="apple-touch-fullscreen" />
  8. <meta content="telephone=no,email=no" name="format-detection" />
  9. <meta
  10. name="viewport"
  11. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  12. />
  13. <meta
  14. name="keywords"
  15. content="乐吾乐,le5le,2D,3D,大屏,可视化,meta2d,国产,开源,免费,智能可视化,SCADA,mqtt,思维导图,脑图,组态"
  16. />
  17. <meta
  18. name="description"
  19. content="乐吾乐le5le可视化是一个集动态交互、丰富展示、数据管理等一体的全功能智能可视化平台,为物联网、工业互联网、电力能源、水利工程、智慧农业、智慧医疗、智慧城市等智能可视化场景而生。"
  20. />
  21. <link rel="stylesheet" href="/view/css/index.css?v=1" />
  22. <title>乐吾乐可视化</title>
  23. <script type="module" crossorigin src="/view/assets/index.js"></script>
  24. <link rel="stylesheet" crossorigin href="/view/assets/index.css">
  25. </head>
  26. <body>
  27. <div id="app"></div>
  28. <div class="message-wrap" id="message-wrap">
  29. <div class="body">
  30. <svg
  31. fill="none"
  32. viewBox="0 0 16 16"
  33. width="1em"
  34. height="1em"
  35. class="t-icon t-icon-error-circle-filled"
  36. >
  37. <path
  38. fill="currentColor"
  39. d="M15 8A7 7 0 101 8a7 7 0 0014 0zM8.5 4v5.5h-1V4h1zm-1.1 7h1.2v1.2H7.4V11z"
  40. fill-opacity="0.9"
  41. ></path>
  42. </svg>
  43. <div id="message-text">这是一个消息</div>
  44. </div>
  45. </div>
  46. <div class="login-wrap" id="login-wrap">
  47. <div class="body">
  48. <div class="head">登录</div>
  49. <input id="username" placeholder="账号/手机号/邮箱" />
  50. <input id="password" type="password" placeholder="密码" />
  51. <button id="login-btn">登录</button>
  52. </div>
  53. </div>
  54. <script>
  55. window.name = document.title;
  56. </script>
  57. <script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
  58. </body>
  59. </html>