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
699 B
HTML

7 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>
<link rel="stylesheet" href="/assets/common.css">
7 months ago
<link rel="stylesheet" href="/assets/tailwind.min.css">
7 months ago
<script type="module" key='vyes' src="/assets/v.js"></script>
<link rel="stylesheet" href="/assets/awesomefont/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body root class="h-full w-full">
<vrouter class="h-full w-full block">
<page-404></page-404>
</vrouter>
</body>
</html>