mirror of https://github.com/CIRCL/lookyloo
Improve UI
parent
500fa35670
commit
7cfd51bbbe
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
<form class="form-inline" role="form" action="scrap" method=post>
|
<form class="form-inline" role="form" action="scrap" method=post>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" class="form-control" name="url" id=url placeholder="URL to scrap">
|
URL to scrap: <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">
|
Depth: <input type="text" class="form-control" name="depth" id=depth value=1 placeholder="Depth">
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-default">Scrap</button>
|
<button type="submit" class="btn btn-default">Scrap</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue