Skip to content

files docs 404 html cee455df

ventaphobia edited this page Apr 23, 2026 · 1 revision

File: docs/404.html

Current Role

  • Area: Website and documentation.
  • This page records the file's current repository role, source metadata, and recent commit history.
  • Review nearby tests and commit pages before changing this file.

Metadata

Field Value
Source path docs/404.html
Wiki area Website and documentation
Exists in current checkout True
Size 341 bytes
Binary False
Line count 13
Extension .html

Imports

None detected.

Declarations

Kind Name Line
None detected

Recent Change History

Commit Date Subject
ff7d7df 2026-03-28 Add landing page files for docs-based GitHub Pages
715e579 2026-03-28 Add landing page for Core-Monitor website

Maintenance Notes

  • Prefer focused changes that respect the ownership described above.
  • If this file touches helper trust, SMC writes, startup, or permissions, update the relevant support docs and tests.
  • If this file is generated or an asset manifest, verify the producing workflow instead of hand-editing generated payloads.

Source Excerpt

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta http-equiv="refresh" content="0; url=/Core-Monitor/">
  <title>Redirecting to Core-Monitor</title>
</head>
<body>
  <p>Redirecting to <a href="/Core-Monitor/">Core-Monitor</a>.</p>
</body>
</html>

Clone this wiki locally