Easily deploy this HTML-based URL Shortener page on GitHub Pages by just forking this repository. No coding required!
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.
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://<your-username>.github.io/<repository-name>/
Example:
https://yourusername.github.io/url-shortener-page/
-
βοΈ Want to change title, favicon, or styles?
β Edit theindex.html
file directly in your forked repo. -
π To prevent GitHub from using Jekyll, this repo includes a
.nojekyll
file.
url-shortener-page/
βββ index.html # Main HTML file
βββ .nojekyll # Prevents GitHub Jekyll build
βββ (optional) favicon, images, css
-
β Live Demo: Click Here
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 |
Want to improve this page?
- Fork β Modify β Pull Request βοΈ
Made with β€οΈ by [ππππππ«πππ].
For queries, open an Issue in this repository.