<?php
//Template Name: App2
$http_origin = $_SERVER['HTTP_ORIGIN'];
if ($http_origin == "https://keylab.cc" || $http_origin == "https://www.keylab.cc")
{
header("Location: http://keylab.cc");
}
include( get_stylesheet_directory().'/webapp2/index.html' );
?>