Skip to content

Instantly share code, notes, and snippets.

@smowtion
Created July 15, 2014 09:25
Show Gist options
  • Select an option

  • Save smowtion/be3c9e2a2b9548f45513 to your computer and use it in GitHub Desktop.

Select an option

Save smowtion/be3c9e2a2b9548f45513 to your computer and use it in GitHub Desktop.
html form by urlchecker.net
<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