Skip to content

Instantly share code, notes, and snippets.

@vadimkantorov
Last active June 8, 2023 17:49
Show Gist options
  • Save vadimkantorov/eee38f5f22334b727e319d0ad3540a6d to your computer and use it in GitHub Desktop.
Save vadimkantorov/eee38f5f22334b727e319d0ad3540a6d to your computer and use it in GitHub Desktop.
Replace URL and title and place into a directory as https://path/to/subscribe/index.html, passes https://validator.w3.org/
<!DOCTYPE html><html charset="utf-8" lang="en"><head><meta http-equiv="refresh" content="0; url=https://path.to/my/url"><title>This Is My Title</title></head></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment