Stackedit/js/html/buttonHtmlCode.html

8 lines
242 B
HTML
Raw Normal View History

2013-06-27 23:10:04 +00:00
<button class="btn dropdown-toggle action-html-code" title="HTML code" data-toggle="dropdown">
2013-06-19 20:33:46 +00:00
<i class="icon-code"></i>
</button>
<div class="dropdown-menu pull-right">
2013-06-20 22:28:49 +00:00
<h3>HTML code</h3>
2013-06-19 20:33:46 +00:00
<textarea id="input-html-code"></textarea>
</div>