Files
oci-portal/internal/webui/dist/index.html
T
2026-07-09 19:18:04 +08:00

12 lines
381 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OCI Portal</title>
</head>
<body>
<p>前端产物未嵌入:请从前端仓库 Release 下载 dist.zip 解压至此目录(或本地构建前端后拷入),此文件为仓库占位。</p>
</body>
</html>