https://github.com/sudor2spr/url-shortener-page
π Deploy Your Own URL Shortener Page Easily deploy this HTML-based URL Shortener page on GitHub Pages by just forking this repository. No coding required!
https://github.com/sudor2spr/url-shortener-page
angel github-page html-css html-css-javascript html-page sudor2spr
Last synced: 4 months ago
JSON representation
π Deploy Your Own URL Shortener Page Easily deploy this HTML-based URL Shortener page on GitHub Pages by just forking this repository. No coding required!
- Host: GitHub
- URL: https://github.com/sudor2spr/url-shortener-page
- Owner: SudoR2spr
- License: mit
- Created: 2025-06-16T19:15:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-16T19:39:13.000Z (about 1 year ago)
- Last Synced: 2025-06-16T20:31:25.229Z (about 1 year ago)
- Topics: angel, github-page, html-css, html-css-javascript, html-page, sudor2spr
- Language: HTML
- Homepage: https://sudor2spr.github.io/url-shortener-page/
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Deploy Your Own URL Shortener Page
Easily deploy this **HTML-based URL Shortener** page on **GitHub Pages** by just forking this repository. No coding required!
---
## π Deploy in 3 Easy Steps
### β
Step 1: Fork This Repository
1οΈβ£ Click the **Fork** button (top-right) on this page.
2οΈβ£ Choose your GitHub account.
3οΈβ£ A **copy** of this repository will be created in your GitHub account.
---
### β
Step 2: Enable GitHub Pages
1οΈβ£ Go to your **forked** repositoryβs **Settings** β **Pages**.
2οΈβ£ Under **Branch**, select:
- **Branch:** `main`
- **Folder:** `/ (root)`
3οΈβ£ Click **Save**.
After a few seconds, your site will be live at:
```
https://.github.io//
```
Example:
```
https://yourusername.github.io/url-shortener-page/
```
---
### β
Step 3: Customize (Optional)
- βοΈ Want to change **title**, **favicon**, or **styles**?
β Edit the `index.html` file directly in your forked repo.
- π **To prevent GitHub from using Jekyll**, this repo includes a `.nojekyll` file.
---
## π Folder Structure
```
url-shortener-page/
βββ index.html # Main HTML file
βββ .nojekyll # Prevents GitHub Jekyll build
βββ (optional) favicon, images, css
```
---
## βΉοΈ Example Deployment
- β
Live Demo: [Click Here](https://SudoR2spr.github.io/url-shortener-page/)
- ## πΈ Preview Screenshot
---
## β Common Issues & Fixes
| Issue | Solution |
|----------------------|---------------------------------|
| 404 Page Not Found | Wait 1-2 minutes, then refresh |
| Changes not showing | Press `Ctrl + Shift + R` |
| Custom domain needed | Setup in **Settings β Pages** |
---
## π€ Contribution
Want to improve this page?
1. Fork β Modify β Pull Request βοΈ
---
## β€οΈ Support
Made with β€οΈ by [ππππππ«πππ].
For queries, open an **Issue** in this repository.
---