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

22 lines
668 B
HTML

11 months ago
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>oa</title>
2 weeks ago
<!-- <script type="module" key='vhtml' src="/assets/vhtml.min.js"></script> -->
<script type="module" key='vhtml' src="/vhtml/v.js"></script>
<link rel="stylesheet" href="/assets/common.css">
3 weeks ago
<link rel="stylesheet" href="/v/common.css">
10 months ago
<link href="/assets/libs/animate/animate.min.css" rel="stylesheet">
<link href="/assets/libs/font-awesome/css/all.min.css" rel="stylesheet">
11 months ago
</head>
<body root>
7 months ago
<vrouter loading style="height: 100%; width: 100%;">
11 months ago
<page-404></page-404>
</vrouter>
</body>
3 weeks ago
</html>