# shortlink **Repository Path**: mirrors_mikeal/shortlink ## Basic Information - **Project Name**: shortlink - **Description**: Abusing HTML for the sake of convenience - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shortlink > omg this actually works ## What is this? Did you know that there is an HTML meta tag that you can use to redirect traffic ```html ``` It turns out you can build an entire URL shortening service with nothing but GitHub! ## Setup Fork this repo. Edit the action in `.github/workflows` to add a CNAME to your own domain, or remove that line entirely to use `username.github.io/shortlink`. Setup Actions and gh-pages. Add and edit short url links by editing the files in the `/links` directory.