example django lsd project

This commit is contained in:
j 2013-11-03 01:56:29 +01:00
commit b95ad580d2
10 changed files with 591 additions and 0 deletions

14
templates/index.html Normal file
View file

@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>lets share data daemon example</title>
<style>
</style>
<script src="https://oxjs.org/build/Ox.js"></script>
<script src="/js/index.js"></script>
</head>
<body>
</body>
</html>