Skip to content

Commit

Permalink
Adds knockout library, and initial skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
thais committed Jul 13, 2015
1 parent f551f37 commit 1089287
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="js/knockout-3.3.0.js"></script>
</head>
<body>
<h1>Llama TODO, Lazy version</h1>
<div>
<p>Task <input data-bind="value: task" type="text"/></p>
<p data-bind="text: task"></p>
</div>

<script type="text/javascript" src="js/main.js"></script>
</body>
</html>
Loading

0 comments on commit 1089287

Please sign in to comment.