Skip to content

Instantly share code, notes, and snippets.

@crazy4groovy
Created December 1, 2022 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazy4groovy/875079c246b35d920ec1812ea368dc35 to your computer and use it in GitHub Desktop.
Save crazy4groovy/875079c246b35d920ec1812ea368dc35 to your computer and use it in GitHub Desktop.
simple HTML page to download a file
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="/event.ics">
<script>location="/event.ics"</script>
<meta http-equiv="refresh" content="0; url=/event.ics">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="/event.ics">Click here if you are not redirected.</a>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment