Skip to content

Commit

Permalink
added title
Browse files Browse the repository at this point in the history
  • Loading branch information
pboysen authored May 3, 2020
1 parent 6b193e0 commit 17e9742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions springbuck/widgets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
</style>
<body>
<div>
<a href="textfield.png?type=textfield;size=20"><img src="textfield.png"/></a>
<img title="type=textfield;size=20" src="textfield.png"/>
</div>
<div>
<a href="textarea.png?type=textarea"><img src="textarea.png"/></a>
<img title="type=textarea" src="textarea.png"/>
</div>
<div>
<a href="select.png?type=select;"><img src="select.png"/></a>
<img title="type=select" src="select.png"/>
</div>
</body>
</html>

0 comments on commit 17e9742

Please sign in to comment.