testFlow/ui/root.html
Wyle.Gong-巩文昕 7a1aae1e2f ui
2025-04-23 11:21:08 +08:00

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>