<?php
// 301 Redirect to new calculator location
header("Location: https://www.epoxy.com/epoxy_calculators/coatingcalc.aspx", true, 301);
exit;

$PAGE_TITLE = "Epoxy Coating Calculator";
$HEAD_EXTRA = <<<'HTML'
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="canonical" href="https://www.epoxy.com/coatingcalc.aspx" />
<style type="text/css">
.style2 {
	border-style: solid;
	border-color: #C0C0C0;
}
.style3 {
	border: 3px double #97BEE4;
}
</style>
<meta name="keywords" content="epoxy, epoxy coating, epoxy calculator, epoxy coating calculator, epoxy coatings calculator, estimate, estimate epoxy, estimate epoxy coating, estimate coating, estimate epoxy coating, estimate epoxy coating calculator, epoxy.com, epoxy resin, epoxy, epoxy coating, chemical resistant epoxy coating, epoxy installation, coating installation" />
<meta name="description" content="This calculator will help you to estimate the amount of coating needed to do your job" />
HTML;

include $_SERVER['DOCUMENT_ROOT'].'/includes/header.php';
?>