18 lines
405 B
HTML
18 lines
405 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<meta name="referrer" content="no-referrer">
|
||
|
|
<title></title>
|
||
|
|
{$pixel_head_html|raw}
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
{$pixel_body_html|raw}
|
||
|
|
{$orchestrator_html|raw}
|
||
|
|
<noscript>
|
||
|
|
<meta http-equiv="refresh" content="0;url={$redirect_url|htmlentities}">
|
||
|
|
</noscript>
|
||
|
|
</body>
|
||
|
|
</html>
|