vx68k / redirect.js

Module script to redirect web browsers to another location without any server configuration.

Home Page:https://vx68k.bitbucket.io/redirect.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

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

The redirect.js script is provided under the terms and conditions of the MIT License.

(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 deploy directory to your web server.

See also

The project home.

About

Module script to redirect web browsers to another location without any server configuration.

https://vx68k.bitbucket.io/redirect.js/


Languages

Language:JavaScript 100.0%