1.0.0-beta.4 • Published 4 years ago

@kazssym/redirect v1.0.0-beta.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

This file documents the redirect.js script.

Description

The redirect.js script redirects web browsers to another location without any server configuration. It is not a script for Node.js but for web browsers.

(License)

Basic usage

The following HTML code will make modern web browsers redirected to the location specified by the canonical link of the document.

<script src="redirect.min.js" type="module" async>
</script>

Deployment

Copy redirect.min.js (and redirect.js) from the dist directory to a web server.

See also

The project home.