1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> 4<html> 5<head> 6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 7 <title>Polly - The architecture</title> 8 <link type="text/css" rel="stylesheet" href="../menu.css"> 9 <link type="text/css" rel="stylesheet" href="../content.css"> 10</head> 11<body> 12<div id="box"> 13<!--#include virtual="../menu.html.incl"--> 14<div id="content"> 15 <!--*********************************************************************--> 16 <h1>The Architecture Diagram of Polly</h1> 17 <!--*********************************************************************--> 18 <img src='../images/architecture.png' /> 19</div> 20</div> 21</body> 22</html> 23 24