Skip to content

Commit

Permalink
changed placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Musikhin committed Jan 20, 2020
1 parent f50b3fa commit 94037fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<form onsubmit="isClick(); return false;" class="navbar-nav form-group row mx-auto mx-sm-0 ml-md-auto">
<span class="navbar-text col-form-label">github.com/</span>
<div class="col">
<input id="search_first" class="form-control" type="text" placeholder="Search" aria-label="Search">
<input id="search_first" class="form-control" type="text" placeholder="username">
</div>
<button class="btn btn-outline-primary" type="button" onclick="isClick();">Search</button>
</form>
Expand Down Expand Up @@ -66,7 +66,7 @@
<form onsubmit="isClick(); return false;" class="form-group row">
<span class="col-form-label">github.com/</span>
<div class="col">
<input id="search_second" class="form-control" type="text" placeholder="Search" aria-label="Search">
<input id="search_second" class="form-control" type="text" placeholder="username">
</div>
<button class="btn btn-outline-primary" type="button" onclick="isClick();">Search</button>
</form>
Expand Down

0 comments on commit 94037fd

Please sign in to comment.