Skip to content

Instantly share code, notes, and snippets.

@Gasoid
Last active December 14, 2015 01:29
Show Gist options
  • Save Gasoid/5006223 to your computer and use it in GitHub Desktop.
Save Gasoid/5006223 to your computer and use it in GitHub Desktop.
Пример, формы
<!-- 99% форм так делаются-->
<form>
<input value="" type="text" placeholder="поиск..."/>
<!-- Это кнопка -->
<input type="submit" value="Найти"/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment