move in preparation for virtualenv setup
This commit is contained in:
parent
ac65635b69
commit
973b3600af
33 changed files with 0 additions and 0 deletions
17
oxdb/templates/index.html
Normal file
17
oxdb/templates/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>0xdb.org</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<script type="text/javascript" src="/static/js/jquery/jquery.js"></script>
|
||||
<script type="text/javascript" src="/static/oxjs/js/ox.js"></script>
|
||||
<script type="text/javascript" src="/static/oxjs/js/ox.ui.js"></script>
|
||||
<script type="text/javascript" src="/static/oxjs/js/ox.iso.js"></script>
|
||||
<script type="text/javascript" src="/static/oxjs/js/ox.unicode.js"></script>
|
||||
<script type="text/javascript" src="/static/js/ui.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/static/oxjs/css/ox.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/static/css/ui.css"/>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue