This commit is contained in:
j 2013-02-12 12:39:52 +05:30
commit 15d3c2c3ba
74 changed files with 47647 additions and 0 deletions

17
templates/index.html Normal file
View file

@ -0,0 +1,17 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style>
</style>
<script src="/static/js/jquery.js"></script>
<script>
$(function() {
});
</script>
</head>
<body>
</body>
</html>