﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name="Redirect a webpage to another link" description="Use this snippet to quickly redirect a webpage to another page." preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[<meta http-equiv="refresh" content="0;url=http://website.com/" />]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
