16 lines
553 B
HTML
16 lines
553 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="007UI - 高端蓝色扁平化后台管理系统模板" />
|
|
<meta name="keywords" content="管理系统,后台,模板,Vue3,ElementPlus" />
|
|
<title>007UI 后台管理系统</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|