lsd_simpleshare/templates/index.html
2013-11-03 12:03:57 +01:00

14 lines
264 B
HTML

<!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>