Files
mes-ui-d2/public/index.html
FairyEver 445d198aa3 Revert "cdn"
This reverts commit e99ec1a794 [formerly 1e0aeabcb51f49fe2a7028a4717fbb1b491595ea] [formerly d274651f651f50ff3b0b377ea4b6c3f5ef8a8a03] [formerly 41a55b9b176b7a8ba435900e9d4895aba714ab2d] [formerly 39173dcf1f8b641c729e917c76857e1b33a65217] [formerly 90ed75e2bc3a37ee9bf0799d27fdf90a1ae429ef] [formerly aa1ae612bae7a897fa0721a903b4c85bea5cbde2 [formerly fde01cb0547b548772b3ff1e09f115fdfe7f3ee4]] [formerly 029f7c40269108d34875b92eebdb06c2a79d7b9e] [formerly 5828ea7d71cde842daf9065da8a7b49c65ab46b9] [formerly 4338dabe48e500536fce15b37507ad73dc40c628].


Former-commit-id: 9200af340213fd43d82b4a4f380ad3a6bcbbb1cc
Former-commit-id: 2e282f487940273e7b3d1fa36a8ab09052f25a57
Former-commit-id: dc89db97bf371c3f0640393fe3e6d14c81d8f848
Former-commit-id: 6838cf2a5746adf866f09aad39668f59f79e0805 [formerly 69b0defdd0ce17695d61587ff2d8b28671c420f5]
Former-commit-id: cc24a000295e4c0ddb870ad91c9e60d329cef686
Former-commit-id: 1b73c4c2b53b480d43318fa84d87472f2f45845f
Former-commit-id: 5ba6d1766fa522776f898ded841a128449cbc713
Former-commit-id: c836d50ec3fe840c2d8ead5707813a7097ecc82f
Former-commit-id: 6a9c565aebe595b6160bc8754d3a3318e98f3fc1
2019-12-13 07:53:31 +08:00

48 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>icon.ico">
<title><%= VUE_APP_TITLE %></title>
<style>
html, body, #app { height: 100%; margin: 0px; padding: 0px; width: 100%; }
.d2-home { background-color: #303133; height: 100%; display: flex; flex-direction: column; }
.d2-home__main { user-select: none; width: 100%; flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.d2-home__footer { width: 100%; flex-grow: 0; text-align: center; padding: 1em 0; }
.d2-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; }
.d2-home__loading { height: 32px; width: 32px; margin-bottom: 20px; }
</style>
<script>
var _hmt = _hmt || [];
var hmid = "bc38887aa5588add05a38704342ad7e8";
(function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?" + hmid; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s);})();
</script>
</head>
<body>
<noscript>
<strong>
Sorry, D2Admin will not work properly without JavaScript support. Enable JavaScript for browsers and continue.
</strong>
</noscript>
<div id="app">
<div class="d2-home">
<div class="d2-home__main">
<img
class="d2-home__loading"
src="./image/loading/loading-spin.svg"
alt="loading">
</div>
<div class="d2-home__footer">
<a
href="https://github.com/d2-projects/d2-admin"
target="_blank">
https://github.com/d2-projects/d2-admin
</a>
</div>
</div>
</div>
</body>
</html>