Skip to content

syahravi/html-redirect-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

HTML Redirect link

Very simple HTML page that is used for anonymous redirect.

  • Just 1 (one) line,
  • pure html,
  • redirect quickly,
  • no css,
  • no javascript, and
  • no tracking.
<!-- redirect quickly -->
<meta http-equiv="refresh" content="0; url=[PUT URL HERE]">

Example

<!-- file index.html localy-->
<head>
...
<meta http-equiv="refresh" content="0; url=https://github.com/syahravi">
...
</head>

Live Demo

syahravi.my.id/github