You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/ui/root.html

20 lines
618 B
HTML

<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vbase</title>
<script type="module" key='vhtml' src="/vhtml/vhtml.min.js"></script>
<link rel="stylesheet" href="/assets/global.css">
<link rel="stylesheet" href="/v/global.css">
<link href="/assets/libs/animate/animate.min.css" rel="stylesheet">
<link href="/assets/libs/font-awesome/css/all.min.css" rel="stylesheet">
<script src="/assets/libs/echarts.min.js"></script>
</head>
<body>
<vrouter loading style="height: 100%; width: 100%;"> </vrouter>
</body>
</html>