Created
February 17, 2014 13:36
-
-
Save martinpolley/9050576 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="row"> | |
<div class="small-12 columns"> | |
<label for="url_input">URL</label> | |
</div> | |
</div> | |
<div class="row collapse"> | |
<div class="small-2 columns"> | |
<span class="prefix">http://</span> | |
</div> | |
<div class="small-10 columns"> | |
<input type="url" id="url_input" name="url_input"></input> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment