Created
March 27, 2013 00:35
-
-
Save rofr/5250605 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="list-title"> | |
<input class="title" value="Techs demonstrated"> | |
</div> | |
<div id="list-items-container" style="padding-top:20px;padding-bottom:10px;"> | |
<ul class="list" id="sortable" style="padding-top:4px"> | |
<li id="1"><input class="list-item" value="jQuery"></li> | |
<li id="2"><input class="list-item" value="Bootstrap"></li> | |
<li id="3"><input class="list-item" value="OrigoDB"></li> | |
<li id="4"><input class="list-item" value="ASP.NET MVC"></li> | |
</ul> | |
</div> | |
<ul class="list"> | |
<li><input id="new-item" placeholder="type here to add"></li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment