Improve UI

pull/1/head
Raphaël Vinot 2017-08-27 22:31:44 +02:00
parent 500fa35670
commit 7cfd51bbbe
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
<form class="form-inline" role="form" action="scrap" method=post>
<div class="form-group">
<input type="text" class="form-control" name="url" id=url placeholder="URL to scrap">
<input type="text" class="form-control" name="depth" id=depth value=1 placeholder="Depth">
URL to scrap: <input type="text" class="form-control" name="url" id=url placeholder="URL to scrap">
Depth: <input type="text" class="form-control" name="depth" id=depth value=1 placeholder="Depth">
</div>
<button type="submit" class="btn btn-default">Scrap</button>
</form>