Created
July 15, 2014 09:25
-
-
Save smowtion/be3c9e2a2b9548f45513 to your computer and use it in GitHub Desktop.
html form by urlchecker.net
This file contains hidden or 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
| <form action="http://urlchecker.org/" method="post"> | |
| <textarea style="border: 1px solid #9d9d9d; background-color: #d3d3d3; color: #000;" rows="10" cols="45" name="links"></textarea> | |
| <br /> | |
| <div style="margin-top:4px;"> | |
| <input style="padding: 2px;" type="submit" value="Check Links" name="submit" /> | |
| </div> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment