mirror of https://github.com/halo-dev/halo-admin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
<!DOCTYPE html> |
|
<html lang="zh-cmn-Hans"> |
|
|
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
|
<meta name="renderer" content="webkit"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> |
|
<meta name="robots" content="noindex,nofollow" /> |
|
<meta name="generator" content="Halo <%= htmlWebpackPlugin.options.version %>" /> |
|
<link rel="icon" href="/favicon.ico" /> |
|
<title>Halo Dashboard</title> |
|
<style> |
|
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)}} |
|
</style> |
|
</head> |
|
|
|
<body> |
|
<noscript> |
|
<strong>We're sorry but halo admin client doesn't work properly without JavaScript enabled. Please enable it to |
|
continue.</strong> |
|
</noscript> |
|
<div id="app"> |
|
<div id="loader"></div> |
|
</div> |
|
<!-- built files will be auto injected --> |
|
</body> |
|
|
|
</html>
|
|
|