Skip to content

Commit

Permalink
added more descriptive text
Browse files Browse the repository at this point in the history
  • Loading branch information
VinylFox committed Jul 7, 2010
1 parent cd98dbe commit f4432a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blind/base.html
Expand Up @@ -23,6 +23,12 @@
</script>
</head>
<body>
<p>The resulting page should take the text entered into a text field<br/>
and when the 'add' button is clicked, add that text to the end of <br/>
an ordered list. Advanced users will also need to uppercase the <br/>
text that is inserted into the list based on the status of the <br/>
checkbox.</p>
<p>In action: <a href="http://screencast.com/t/ZDYwZGYyZ">http://screencast.com/t/ZDYwZGYyZ</a></p>
<form>
<input type="text" name="mytext">
<input type="checkbox" name="upper">
Expand Down

0 comments on commit f4432a7

Please sign in to comment.