We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc56007 commit e8b75b2Copy full SHA for e8b75b2
1 file changed
index.html
@@ -16,7 +16,12 @@
16
<body>
17
<section class="container">
18
<div class="input-group w-50 mx-auto my-5">
19
- <input id="search-input" type="text" class="form-control" />
+ <input
20
+ id="search-input"
21
+ type="text"
22
+ class="form-control"
23
+ placeholder="your username?"
24
+ />
25
<button onclick="clickSearchBtn()" class="btn btn-info">Search</button>
26
</div>
27
<div class="mx-auto w-50">
0 commit comments