<?php
$PAGE_TITLE = "Epoxy Since 1980";
$HEAD_EXTRA = <<<'HTML'
HTML;

include $_SERVER['DOCUMENT_ROOT'].'/includes/header.php';
?>
<hr />
<h1>MMA Patching System</h1>
<h2>Epoxy.com Product #688</h2>
<hr />
<h2>Product #688 is a Kit</h2>
<h3>There is No MSDS for this Kit</h3>
<h4>Here are the individual component MSDS</h4>
    <p><a href="698.pdf">Product #698 MMA Mortar</a></p>
    <p><a href="691.pdf">Product #691 MMA Primer</a></p>
    <p><a href="82.pdf">Product #82 Blended Mortar Aggregate</a></p>
    <p><a href="695.pdf">Product #695 MMA Hardener</a></p>
    <p><a href="694.pdf">Producct #694 MMA Pigment Pack</a></p>
<?php include $_SERVER['DOCUMENT_ROOT'].'/includes/footer.php'; ?>
