An open API service indexing awesome lists of open source software.

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!

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

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.

---