Newer
Older
weather-servlet / src / main / webapp / test.html
  1. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:lift="http://liftweb.net/">
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  4. <meta name="description" content="" />
  5. <meta name="keywords" content="" />
  6. <title>MSC Weather</title>
  7. <script id="jquery" src="/home/alex/Development/liftweb/lift/src/main/resources/toserve/jquery-1.2.3.js" type="text/javascript"></script>
  8. <!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]-->
  9. <script src="charts.js" type="text/javascript"></script>
  10. </head>
  11. <body onload="drawWind(90)">
  12. <h2>Current Weather Conditions</h2>
  13. <canvas id="compass" width="160" height="160">
  14. </canvas>
  15. </body>
  16. </html>