mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
49 lines
1.7 KiB
HTML
49 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<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" />
|
||
<meta
|
||
name="keywords"
|
||
content="vue-admin-wonderful,后台管理系统一站式平台模板,希望可以帮你完成快速开发。vue2.x、vue2.0、vue2、vue3、vue3.x、vue3.0、
|
||
CompositionAPI、typescript、element plus、element、plus、admin、wonderful、wonderful-next、vue-next-admin、vite、快速、高效、
|
||
后台模板、后台系统、管理系统"
|
||
/>
|
||
<meta
|
||
name="description"
|
||
content="vue-next-admin,基于 vue3 + CompositionAPI + typescript + vite + element plus,适配手机、平板、pc!"
|
||
/>
|
||
<link rel="icon" href="/favicon.ico" />
|
||
<link rel="stylesheet" type="text/css" href="/loading.css" />
|
||
<title>vue-next-admin</title>
|
||
</head>
|
||
<body>
|
||
<div id="app">
|
||
<div class="loading-next">
|
||
<div class="loading-next-box">
|
||
<div class="loading-next-animation">
|
||
<div class="loading-next-animation-box">
|
||
<div></div>
|
||
<div></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<script type="text/javascript">
|
||
if (window.location.origin === 'https://lyt-top.gitee.io') {
|
||
var _hmt = _hmt || [];
|
||
(function () {
|
||
var hm = document.createElement('script');
|
||
hm.src =
|
||
'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';
|
||
var s = document.getElementsByTagName('script')[0];
|
||
s.parentNode.insertBefore(hm, s);
|
||
})();
|
||
}
|
||
</script>
|
||
<script type="module" src="/src/main.ts"></script>
|
||
</body>
|
||
</html>
|