1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <!--
- ~ Copyright 2022 Pnoker All Rights Reserved
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <meta name="format-detection" content="telephone=no"/>
- <meta name="apple-mobile-web-app-capable" content="yes"/>
- <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0"/>
- <meta name="description" content="IoT DC3, 一个基于Spring Cloud的开源的、分布式的物联网(IOT)平台,用于快速开发物联网项目和管理物联设备,是一整套物联系统解决方案。"/>
- <link rel="icon" href="/favicon.ico"/>
- <link rel="stylesheet" href="/css/animate/animate.min.css"/>
- <link rel="stylesheet" href="/css/index/index.min.css"/>
- <title>IoT DC3 平台</title>
- </head>
- <body ondragstart="return false">
- <noscript>
- <strong>很抱歉,如果没有 JavaScript 支持,IoT DC3 WEB 将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong>
- </noscript>
- <script type="text/javascript" src="/js/prefixfree.min.js" charset="utf-8"></script>
- <div id="app">
- <div class="base">
- <div class="cube"></div>
- <div class="cube"></div>
- <div class="cube"></div>
- <div class="cube"></div>
- <div class="cube"></div>
- <div class="cube"></div>
- <div class="cube"></div>
- <div class="cube"></div>
- <div class="cube"></div>
- </div>
- </div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|