Skip to content

Commit

Permalink
Add meta:redirect snippet (#400)
Browse files Browse the repository at this point in the history
* Add meta:redirect snippet

* Add variable to meta:redirect
  • Loading branch information
brunowego authored and sergeche committed Apr 17, 2016
1 parent a57b6d3 commit 4b02f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@
"meta:edge": "<meta http-equiv=\"X-UA-Compatible\" content=\"${1:ie=edge}\" />",
"meta:vp": "<meta name=\"viewport\" content=\"width=${1:device-width}, initial-scale=${3:1.0}\" />",
"meta:compat": "<meta http-equiv=\"X-UA-Compatible\" content=\"${1:IE=7}\" />",
"meta:redirect": "<meta http-equiv=\"refresh\" content=\"0; url=${1:http://example.com}\" />",
"style": "<style>",
"script": "<script !src=\"\">",
"script:src": "<script src=\"\">",
Expand Down

0 comments on commit 4b02f62

Please sign in to comment.