Skip to content

This is a URL redirection service powered by nothing except vanilla JavaScript

Notifications You must be signed in to change notification settings

DaltonWebDev/B64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

B64

This is a URL redirection service powered by nothing except vanilla JavaScript! We got #2 on Product Hunt on December 31st (https://producthunt.com/posts/b64)

Check out https://1mb.site for free website hosting. Otherwise rename 200.html to index.html if hosting anywhere else and add this .htaccess:

DirectoryIndex index.html
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^[^.]+$ index.html [L]

About

This is a URL redirection service powered by nothing except vanilla JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published