Add place holders
This commit is contained in:
parent
f9312302e0
commit
34bfc90ef4
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
<form id="login">
|
<form id="login">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="token" class="form-label">Access Token</label>
|
<label for="token" class="form-label">Access Token</label>
|
||||||
<input class="form-control" id="token">
|
<input class="form-control" id="token" placeholder="Access Token">
|
||||||
</div>
|
</div>
|
||||||
<button class="btn btn-primary" type="submit">Login</button>
|
<button class="btn btn-primary" type="submit">Login</button>
|
||||||
</form>
|
</form>
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<div id="searchArea">
|
<div id="searchArea">
|
||||||
<form id="movieSearch" class="mb-3">
|
<form id="movieSearch" class="mb-3">
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<input class="form-control">
|
<input class="form-control" placeholder="Search…">
|
||||||
<button class="btn btn-primary" type="submit">Search</button>
|
<button class="btn btn-primary" type="submit">Search</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue