2011-01-04 06:03:00 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>{{settings.SITENAME}}</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2011-08-07 18:30:14 +00:00
|
|
|
<link rel="shortcut icon" type="image/png" href="/static/png/icon16.png"/>
|
2011-01-04 06:03:00 +00:00
|
|
|
<script type='text/javascript'>
|
|
|
|
if(typeof(console)=='undefined') {
|
|
|
|
console = {};
|
|
|
|
console.log = function() {};
|
|
|
|
}
|
|
|
|
</script>
|
2011-05-28 11:18:24 +00:00
|
|
|
<script type="text/javascript" src="/static/oxjs/build/jquery/jquery.js"></script>
|
2011-01-04 06:03:00 +00:00
|
|
|
<script type="text/javascript" src="/static/js/jquery/jquery.tmpl.min.js"></script>
|
|
|
|
<script type="text/javascript" src="/static/js/jquery/jquery.videosupport.js"></script>
|
2011-05-28 11:18:24 +00:00
|
|
|
<script type="text/javascript" src="/static/oxjs/build/Ox.js"></script>
|
2011-01-04 06:03:00 +00:00
|
|
|
<script type="text/javascript" src="/static/js/pandora.embed.js"></script>
|
|
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html>
|