Newer
Older
weather-servlet / src / main / webapp / templates-hidden / default.html
<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="/classpath/jquery.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>
		<lift:bind name="content" />
	</body>
</html>