<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Corona Renderer</title>
<meta http-equiv="content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type='text/javascript' src='js/jquery.comp.js'></script>
</head>
<body>
<div class="comp">
<img src="jpg/A1.jpg" alt="A1" />
<img src="jpg/A2.jpg" alt="A2" />
<img src="jpg/A3.jpg" alt="A3" />
</div>
</body>
</html>