forked from 0x2620/pandora
16 lines
687 B
HTML
16 lines
687 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{settings.SITENAME}}</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/css/ox.ui.css"/>
|
|
|
|
<script type="text/javascript" src="/static/oxjs/build/js/jquery-1.4.js"></script>
|
|
<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>
|
|
<script type="text/javascript" src="/static/js/oxdb.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|