17 lines
333 B
HTML
17 lines
333 B
HTML
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>app</title>
|
|
<link rel="stylesheet" href="/assets/common.css">
|
|
|
|
</head>
|
|
|
|
<body class="h-full w-full">
|
|
<vrouter class="h-full w-full block">
|
|
<page-404></page-404>
|
|
</vrouter>
|
|
</body>
|
|
|
|
</html> |