2019-03-18 16:35:13 +00:00
<!DOCTYPE html>
2019-03-20 12:22:52 +00:00
< html lang = "zh-cmn-Hans" >
2019-04-24 12:07:05 +00:00
2019-09-03 09:42:58 +00:00
< head >
< meta charset = "utf-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
2020-07-05 04:15:53 +00:00
< meta name = "renderer" content = "webkit" >
2019-09-03 09:42:58 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" / >
< meta name = "robots" content = "noindex,nofllow" / >
2020-08-04 13:41:33 +00:00
< meta name = "generator" content = "Halo 1.4.0-beta.2" / >
2019-09-03 09:42:58 +00:00
< link rel = "icon" href = "<%= BASE_URL %>logo.png" / >
< title > Halo Dashboard< / title >
< style >
2019-12-23 05:33:47 +00:00
body {height: 100%;background-color: #f5f5f5;}#loader{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;border:solid 3px #e5e5e5;border-top-color:#333;border-radius:50%;width:30px;height:30px;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
2019-09-03 09:42:58 +00:00
< / style >
< / head >
< body >
< noscript >
2020-07-17 01:40:14 +00:00
< strong > We're sorry but halo admin client doesn't work properly without JavaScript enabled. Please enable it to
2019-09-03 09:42:58 +00:00
continue.< / strong >
< / noscript >
< div id = "app" >
< div id = "loader" > < / div >
< / div >
<!-- built files will be auto injected -->
< / body >
< / html >