videopdf/templates/index.html

18 lines
247 B
HTML
Raw Normal View History

2013-02-12 07:09:52 +00:00
<!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>