mirror of
https://github.com/yinxin630/fiora.git
synced 2026-06-13 21:00:45 +08:00
13 lines
398 B
HTML
13 lines
398 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>首页</title>
|
|
</head>
|
|
<body>
|
|
<h1>请执行 "npm run client" 运行客户端</h1>
|
|
<h1>或者执行 "npm run build" + "npm run move-dist" 构建静态客户端</h1>
|
|
</body>
|
|
</html> |