Created
October 13, 2014 13:19
-
-
Save tjluoma/8e4a8961471d4ae7580a to your computer and use it in GitHub Desktop.
TextExpander to create a basic HTML5 redirect page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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