Files
peoplelib/docs/404.html
T
lofyer c9e3d30b33
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, linux, ubuntu-24.04-arm) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, macos, macos-15) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, linux, ubuntu-24.04) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, windows, windows-2025) (push) Blocked by required conditions
构建与发布 / 发布 GitHub Release (push) Blocked by required conditions
发布网站 / 部署 GitHub Pages (push) Waiting to run
构建与发布 / 单测与集成测试 (push) Waiting to run
feat: 发布简洁版 GitHub Pages 网站
2026-08-11 18:14:09 +08:00

24 lines
762 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<meta name="theme-color" content="#f7f8fb">
<title>页面不存在 · PeopleLib</title>
<link rel="icon" href="/assets/icon.png">
<link rel="stylesheet" href="/styles.css">
</head>
<body class="error-page">
<main>
<section class="error-content">
<img src="/assets/icon.png" alt="" width="72" height="72">
<p class="error-code">404</p>
<h1>这个页面不存在</h1>
<p>地址可能已经改变,返回首页继续了解 PeopleLib。</p>
<a class="button button-primary" href="/">返回首页</a>
</section>
</main>
</body>
</html>