cablegates/pandora/templates/index.html

15 lines
773 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"/>
2010-02-08 10:26:25 +00:00
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/css/ox.ui.css"/>
2010-09-05 00:31:29 +00:00
<script type="text/javascript" src="/static/oxjs/build/js/ox.load.js"></script>
2010-07-01 08:49:32 +00:00
<script type="text/javascript" src="/static/oxjs/build/js/jquery-1.4.2.js"></script>
2010-02-08 10:26:25 +00:00
<script type="text/javascript" src="/static/oxjs/build/js/ox.js"></script>
<script type="text/javascript" src="/static/oxjs/build/js/ox.ui.js"></script>
<script type="text/javascript" src="/site.js"></script>
2010-06-24 13:11:34 +00:00
<script type="text/javascript" src="/static/js/pandora.js"></script>
</head>
2010-09-05 00:31:29 +00:00
<body></body>
</html>