20 lines
728 B
HTML
20 lines
728 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{settings.SITENAME}}</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<link rel="shortcut icon" type="image/png" href="/static/png/icon16.png"/>
|
|
<script type='text/javascript'>
|
|
if (typeof(console) == 'undefined') {
|
|
console = {
|
|
log: function() {}
|
|
};
|
|
}
|
|
</script>
|
|
<script type="text/javascript" src="/static/oxjs/build/Ox.js"></script>
|
|
<script type="text/javascript" src="/static/js/pandora.js"></script>
|
|
<!--
|
|
<script type="text/javascript" src="/static/js/pandora.local.js"></script> -->
|
|
</head>
|
|
<body></body>
|
|
</html>
|