mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-09-19 10:11:36 +08:00
65 lines
2.3 KiB
HTML
65 lines
2.3 KiB
HTML
<!--
|
|
~ Copyright 2016-present the IoT DC3 original author or authors.
|
|
~
|
|
~ 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 content="IE=edge" http-equiv="X-UA-Compatible" />
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
|
|
<meta content="telephone=no" name="format-detection" />
|
|
<meta content="yes" name="mobile-web-app-capable" />
|
|
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
|
|
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0" name="viewport" />
|
|
<meta
|
|
content="IoT DC3, 一个基于Spring Cloud的开源的, 分布式的物联网(IOT)平台,用于快速开发物联网项目和管理物联设备,是一整套物联系统解决方案。"
|
|
name="description"
|
|
/>
|
|
|
|
<link href="/favicon.ico" rel="icon" />
|
|
<link href="/css/animate/animate.min.css" rel="stylesheet" />
|
|
<link href="/css/index/index.min.css" rel="stylesheet" />
|
|
|
|
<title>IoT DC3 平台</title>
|
|
</head>
|
|
|
|
<body ondragstart="return false;">
|
|
<noscript>
|
|
<strong
|
|
>很抱歉, 如果没有 JavaScript 支持, IoT DC3 WEB 将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong
|
|
>
|
|
</noscript>
|
|
<script charset="utf-8" src="/js/prefix.min.js" type="text/javascript"></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 src="/src/main.ts" type="module"></script>
|
|
</body>
|
|
</html>
|