Skip to content

Instantly share code, notes, and snippets.

@pepebe
Created February 23, 2017 07:05
Show Gist options
  • Save pepebe/45819521446d6c1f59e5817eddfcf619 to your computer and use it in GitHub Desktop.
Save pepebe/45819521446d6c1f59e5817eddfcf619 to your computer and use it in GitHub Desktop.
Simple redirect page for modx.
<!doctype html>
<html lang="en">
<head>
<title>[[*pagetitle]] - [[++site_name]]</title>
<base href="[[!++site_url]]" />
<meta charset="[[++modx_charset]]" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta http-equiv="refresh" content="0; URL=https://artmetropol.tv/">
</head>
<body>
<p>This page will redirect you to example.com.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment