<html xmlns="http://www.w3.org/1999/xhtml" xmlns:lift="http://liftweb.net/"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <title>MSC Weather</title> <script id="jquery" src="/home/alex/Development/liftweb/lift/src/main/resources/toserve/jquery-1.2.3.js" type="text/javascript"></script> <!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]--> <script src="charts.js" type="text/javascript"></script> </head> <body onload="drawWind(90)"> <h2>Current Weather Conditions</h2> <canvas id="compass" width="160" height="160"> </canvas> </body> </html>