mirror of https://github.com/CIRCL/lookyloo
Fix template
parent
7f6902d910
commit
9e207290eb
|
@ -5,12 +5,12 @@
|
|||
<div class="container">
|
||||
<h1>Scrape a page</h1>
|
||||
|
||||
<form class="form-inline" role="form" action="scrap" method=post>
|
||||
<form class="form-inline" role="form" action="scrape" method=post>
|
||||
<div class="form-group">
|
||||
URL to scrap: <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 scrape">
|
||||
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>
|
||||
<button type="submit" class="btn btn-default">Scrape</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue