构建与发布 / 单测与集成测试 (push) Waiting to run
构建与发布 / 打包 ${{ 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
24 lines
802 B
HTML
24 lines
802 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="/peoplelib/assets/icon.png">
|
|
<link rel="stylesheet" href="/peoplelib/styles.css">
|
|
</head>
|
|
<body class="error-page">
|
|
<main>
|
|
<section class="error-content">
|
|
<img src="/peoplelib/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="/peoplelib/">返回首页</a>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|