Skip to content

Commit 550df0a

Browse files
committed
adjust button
1 parent c6ea0a0 commit 550df0a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

templates/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
<div class="container">
1212
<h1 class="mt-5">Bitrate Graph Generator</h1>
1313
<form method="POST" class="mt-4">
14-
<div class="form-group">
15-
<label for="video_url">Video URL</label>
16-
<input type="text" class="form-control" name="video_url" id="video_url" placeholder="Enter video URL">
14+
<div class="input-group">
15+
<input type="text" class="form-control" name="video_url" id="video_url" placeholder="Enter video URL">
16+
<div class="input-group-append">
17+
<button type="submit" class="btn btn-primary">Submit</button>
18+
</div>
1719
</div>
18-
<button type="submit" class="btn btn-primary">Submit</button>
19-
</form>
20+
</form>
2021

2122
<div class="row">
2223
<div class="col-md-6">

0 commit comments

Comments
 (0)