cablegates/pandora/templates/index.html

21 lines
728 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2010-02-08 10:26:25 +00:00
<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"/>
<script type='text/javascript'>
if (typeof(console) == 'undefined') {
console = {
log: function() {}
};
}
</script>
2011-04-27 19:26:01 +00:00
<script type="text/javascript" src="/static/oxjs/build/Ox.js"></script>
2010-06-24 13:11:34 +00:00
<script type="text/javascript" src="/static/js/pandora.js"></script>
2010-12-24 17:13:51 +00:00
<!--
<script type="text/javascript" src="/static/js/pandora.local.js"></script> -->
</head>
2010-09-05 00:31:29 +00:00
<body></body>
2010-09-06 20:47:24 +00:00
</html>