Skip to content

Instantly share code, notes, and snippets.

@tjluoma
Created October 13, 2014 13:19
Show Gist options
  • Select an option

  • Save tjluoma/8e4a8961471d4ae7580a to your computer and use it in GitHub Desktop.

Select an option

Save tjluoma/8e4a8961471d4ae7580a to your computer and use it in GitHub Desktop.
TextExpander to create a basic HTML5 redirect page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>%filltext:name=TITLE:width=30%</title>
<meta http-equiv="refresh" content="%filltext:name=DELAY:default=0:width=3%;
url=%filltext:name=REDIRECT_URL:default=http:width=40%"/>
</head>
<body>
<p>
<a href='%filltext:name=REDIRECT_URL:default=http:width=40%'>%filltext:name=LINK_TEXT:default=If you are not automatically redirected, click here.:width=20%</a>.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment