index.html 2.2 KB

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