mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2025-12-30 19:20:14 -06:00
update README.md
This commit is contained in:
@@ -50,11 +50,11 @@
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="password">Password:</label>
|
||||
<input
|
||||
type="password"
|
||||
class="form-control"
|
||||
id="password"
|
||||
name="password"
|
||||
required
|
||||
type="password"
|
||||
/>
|
||||
</div>
|
||||
<button class="btn btn-primary w-100" type="submit">Submit</button>
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
<div class="col-12 col-md-8 offset-md-2">
|
||||
<form action="/file/search" method="GET">
|
||||
<div class="input-group">
|
||||
<input aria-describedby="search-button" aria-label="Search for files" class="form-control" name="query"
|
||||
<input aria-describedby="search-button" aria-label="Search for files" class="form-control"
|
||||
name="query"
|
||||
placeholder="Search for files..." type="text">
|
||||
<button class="btn btn-primary" id="search-button" type="submit">Search</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user