Skip to content

files 404 html 12bf52c5

ventaphobia edited this page Apr 23, 2026 · 1 revision

File: 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 404.html
Wiki area Website and documentation
Exists in current checkout True
Size 413 bytes
Binary False
Line count 14
Extension .html

Imports

None detected.

Declarations

Kind Name Line
None detected

Recent Change History

Commit Date Subject
4dc3880 2026-04-21 Update GitHub username references
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">
  <title>Core-Monitor | Redirecting</title>
  <meta http-equiv="refresh" content="0; url=/Core-Monitor/">
  <link rel="canonical" href="https://offyotto.github.io/Core-Monitor/">
</head>
<body>
  <p>Redirecting to <a href="/Core-Monitor/">Core-Monitor</a>.</p>
</body>
</html>

Clone this wiki locally