Files
backbone/examples/todos.html
2010-10-19 15:03:59 -04:00

15 lines
320 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Backbone Demo: Task Manager</title>
<script src="../test/vendor/underscore-1.1.0.js"></script>
<script src="../test/vendor/jquery-1.4.2.js"></script>
<script src="../backbone.js"></script>
<script src="todos.js"></script>
</head>
<body>
</body>
</html>