123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" href="/view/favicon.ico" />
- <meta content="yes" name="apple-mobile-web-app-capable" />
- <meta content="yes" name="apple-touch-fullscreen" />
- <meta content="telephone=no,email=no" name="format-detection" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
- />
- <meta
- name="keywords"
- content="乐吾乐,le5le,2D,3D,大屏,可视化,meta2d,国产,开源,免费,智能可视化,SCADA,mqtt,思维导图,脑图,组态"
- />
- <meta
- name="description"
- content="乐吾乐le5le可视化是一个集动态交互、丰富展示、数据管理等一体的全功能智能可视化平台,为物联网、工业互联网、电力能源、水利工程、智慧农业、智慧医疗、智慧城市等智能可视化场景而生。"
- />
- <link rel="stylesheet" href="/view/css/index.css?v=1" />
- <title>乐吾乐可视化</title>
- <script type="module" crossorigin src="/view/assets/index.js"></script>
- <link rel="stylesheet" crossorigin href="/view/assets/index.css">
- </head>
- <body>
- <div id="app"></div>
- <div class="message-wrap" id="message-wrap">
- <div class="body">
- <svg
- fill="none"
- viewBox="0 0 16 16"
- width="1em"
- height="1em"
- class="t-icon t-icon-error-circle-filled"
- >
- <path
- fill="currentColor"
- d="M15 8A7 7 0 101 8a7 7 0 0014 0zM8.5 4v5.5h-1V4h1zm-1.1 7h1.2v1.2H7.4V11z"
- fill-opacity="0.9"
- ></path>
- </svg>
- <div id="message-text">这是一个消息</div>
- </div>
- </div>
- <div class="login-wrap" id="login-wrap">
- <div class="body">
- <div class="head">登录</div>
- <input id="username" placeholder="账号/手机号/邮箱" />
- <input id="password" type="password" placeholder="密码" />
- <button id="login-btn">登录</button>
- </div>
- </div>
- <script>
- window.name = document.title;
- </script>
- <script src="/view/js/测试图形库.js"></script>
- <script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
- </body>
- </html>
|