Skip to content

fix: resolve website unreachable - remove broken CNAME + fix duplicate HTML#9

Merged
srpatcha merged 2 commits into
masterfrom
fix/website-dns-and-duplicates
Apr 17, 2026
Merged

fix: resolve website unreachable - remove broken CNAME + fix duplicate HTML#9
srpatcha merged 2 commits into
masterfrom
fix/website-dns-and-duplicates

Conversation

@srpatcha

Copy link
Copy Markdown
Member

Problem

The website at embeddedos-org.github.io was not working because:

  1. CNAME file pointed to www.embeddedos.org but DNS for that domain resolves to (NOT a GitHub Pages IP: ). This caused GitHub Pages to redirect visitors to a non-existent/wrong server.
  2. Duplicate meta tags in all 20 HTML files — every OG tag, Twitter card, canonical link, preload, and stylesheet was duplicated, causing double CSS loads.

Fix

  • Removed CNAME file so site serves directly at
  • Removed duplicate meta blocks from index.html, getting-started.html, hardware-lab.html, docs/ebowser.html, docs/eoffice.html
  • Updated all canonical/OG/Twitter URLs from to across all 20 HTML files

Testing

srpatcha and others added 2 commits April 17, 2026 00:16
…eddedos-org.github.io

- Remove CNAME file: DNS for www.embeddedos.org (192.185.39.65) does not point to GitHub Pages IPs, causing site to be unreachable
- Remove duplicate <head> meta tags (OG, Twitter, canonical, preload, stylesheet) across all 20 HTML files
- Update all canonical/OG/Twitter URLs from www.embeddedos.org to embeddedos-org.github.io
@srpatcha srpatcha requested a review from a user April 17, 2026 07:18
@srpatcha srpatcha merged commit a663190 into master Apr 17, 2026
4 checks passed
@srpatcha srpatcha deleted the fix/website-dns-and-duplicates branch April 18, 2026 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant