videopdf/templates/index.html
2013-02-12 12:39:52 +05:30

17 lines
247 B
HTML

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