lsd_simpleshare/templates/index.html

15 lines
264 B
HTML
Raw Normal View History

2013-11-03 00:56:29 +00:00
<!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>