Public guide and supporting research notebook by HYPNATIQ.
index.html— public method and quick-reference guideresearch-notebook.html— full testing history, checkpoints, references, and evidence limitsassets/— extracted logos, favicon files, watermark, and the future social-preview image
The two pages link to each other with relative paths, so they work locally and on GitHub Pages.
- Create a GitHub repository and upload the contents of this folder to the repository root.
- In Settings → Pages, deploy from the branch containing these files.
- Open the generated Pages URL and test both page links.
- Only after the final URL is live, add the canonical and social image URLs described below.
The .nojekyll file tells GitHub Pages to serve the static files directly.
Both HTML files intentionally omit final canonical, og:url, og:image, and twitter:image URLs. After GitHub Pages provides the public address, add absolute HTTPS values such as:
<link rel="canonical" href="https://YOUR-NAME.github.io/YOUR-REPOSITORY/">
<meta property="og:url" content="https://YOUR-NAME.github.io/YOUR-REPOSITORY/">
<meta property="og:image" content="https://YOUR-NAME.github.io/YOUR-REPOSITORY/assets/social-preview.png">
<meta name="twitter:image" content="https://YOUR-NAME.github.io/YOUR-REPOSITORY/assets/social-preview.png">Use the notebook page URL for the notebook canonical value:
<link rel="canonical" href="https://YOUR-NAME.github.io/YOUR-REPOSITORY/research-notebook.html">Do not use a local path or embedded image for social metadata; social platforms need a public HTTPS image URL.
- Public credit name: HYPNATIQ
- Public guide: Version 1.3, updated August 2026
- Research notebook: Research Revision 1.0, updated August 2026
- Personal settings are documented results, not universal presets.
- Manufacturer documentation supports keyboard behavior; the GunZ method and profile results come from personal testing.