Newer
Older
weather-servlet / src / main / webapp / index.html
<lift:surround with="default" at="content">
		<h2>Current Weather Conditions</h2>
    <canvas id="compass" width="120" height="120">
    </canvas>
		<lift:comet type="WeatherActor">
		  <weather:view>Loading...</weather:view>
		</lift:comet>
</lift:surround>