index.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <meta name="format-detection" content="telephone=no">
  10. <meta http-equiv="X-UA-Compatible" content="chrome=1" />
  11. <link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
  12. <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/avue.css">
  13. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  14. <title>pig微服务快速开发框架</title>
  15. </head>
  16. <body>
  17. <noscript>
  18. <strong>很抱歉,如果没有 JavaScript 支持,网站将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong>
  19. </noscript>
  20. <div id="app">
  21. <div class="avue-home">
  22. <div class="avue-home__main">
  23. <img class="avue-home__loading" src="./svg/loading-spin.svg" alt="loading">
  24. <div class="avue-home__title">
  25. 正在加载资源
  26. </div>
  27. <div class="avue-home__sub-title">
  28. 初次加载资源可能需要较多时间 请耐心等待
  29. </div>
  30. </div>
  31. <div class="avue-home__footer">
  32. <a href="https://pig4cloud.com/zh-cn" target="_blank">
  33. Copyright © 2020 pig4cloud.com</a>
  34. </div>
  35. </div>
  36. </div>
  37. </body>
  38. </html>