[PR #4018] [CLOSED] Add GitHub Pages redirect to electerm.html5beta.com #3988

Closed
opened 2026-02-27 01:54:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/4018
Author: @Copilot
Created: 8/10/2025
Status: Closed

Base: masterHead: copilot/fix-1cb8af11-1bce-40d4-956d-09f37d6761a6


📝 Commits (2)

  • 9718ca9 Initial plan
  • 537d4b7 Add GitHub Pages redirect to electerm.html5beta.com

📊 Changes

1 file changed (+61 additions, -0 deletions)

View changed files

docs/index.html (+61 -0)

📄 Description

Sets up a redirect from https://electerm.github.io/electerm/ to https://electerm.html5beta.com/ to guide users to the new website location.

Changes Made

Added docs/index.html - A professional redirect page that implements multiple redirect methods for maximum compatibility:

  • HTML Meta Refresh: Immediate redirect with 0-second delay
  • JavaScript Redirect: window.location.replace() fallback for browsers with meta refresh disabled
  • Canonical Link: SEO-friendly canonical URL declaration
  • Manual Fallback: User-friendly link for edge cases where automatic redirect fails

User Experience

The redirect page provides a smooth transition with:

  • Clean, branded loading interface with animated spinner
  • Clear messaging about the redirect destination
  • Responsive design that works on all devices
  • Professional styling consistent with electerm branding

Redirect Page Preview

Activation

To make this redirect active, GitHub Pages needs to be configured in repository settings to serve from the docs/ directory. Once enabled, all visitors to the GitHub Pages URL will be automatically redirected to the new domain.

The implementation follows web standards and best practices for URL redirects while providing a professional user experience during the transition.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/4018 **Author:** [@Copilot](https://github.com/apps/copilot-swe-agent) **Created:** 8/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `copilot/fix-1cb8af11-1bce-40d4-956d-09f37d6761a6` --- ### 📝 Commits (2) - [`9718ca9`](https://github.com/electerm/electerm/commit/9718ca9997bb611a9a7e853b7d83a01090c48507) Initial plan - [`537d4b7`](https://github.com/electerm/electerm/commit/537d4b770260ded339e429be05fe29fa04bbadb1) Add GitHub Pages redirect to electerm.html5beta.com ### 📊 Changes **1 file changed** (+61 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/index.html` (+61 -0) </details> ### 📄 Description Sets up a redirect from `https://electerm.github.io/electerm/` to `https://electerm.html5beta.com/` to guide users to the new website location. ## Changes Made **Added `docs/index.html`** - A professional redirect page that implements multiple redirect methods for maximum compatibility: - **HTML Meta Refresh**: Immediate redirect with 0-second delay - **JavaScript Redirect**: `window.location.replace()` fallback for browsers with meta refresh disabled - **Canonical Link**: SEO-friendly canonical URL declaration - **Manual Fallback**: User-friendly link for edge cases where automatic redirect fails ## User Experience The redirect page provides a smooth transition with: - Clean, branded loading interface with animated spinner - Clear messaging about the redirect destination - Responsive design that works on all devices - Professional styling consistent with electerm branding ![Redirect Page Preview](https://github.com/user-attachments/assets/50306579-6d97-46ae-9f2a-0da4544bf39f) ## Activation To make this redirect active, GitHub Pages needs to be configured in repository settings to serve from the `docs/` directory. Once enabled, all visitors to the GitHub Pages URL will be automatically redirected to the new domain. The implementation follows web standards and best practices for URL redirects while providing a professional user experience during the transition. <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3988
No description provided.