Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
add input type text
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Feb 26, 2017
1 parent 8ad66a8 commit 6c4734c
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 9,861 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"base64toblob": "^0.0.1",
"ecstatic": "^0.5.5",
"filetobase64": "^0.0.3",
"jquery": "^2.1.1",
"randomstring": "^1.0.3",
"shoe": "^0.0.15",
"through": "^2.3.6"
Expand Down
5 changes: 3 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ <h1>Streamlet</h1>
<form id="form">
<div class="form-group">
<label>Text</label>
<textarea id="input" rows="10" cols="20"></textarea>
<button type="submit">Submit</button>
<textarea id="text" rows="10" cols="20"></textarea>
<input type="text" id="input" />
<div><button type="submit">Submit</button></div>
</div>

<div class="form-group">
Expand Down

0 comments on commit 6c4734c

Please sign in to comment.