mirror of https://github.com/CIRCL/lookyloo
15 lines
384 B
HTML
15 lines
384 B
HTML
{% from "macros.html" import shorten_string %}
|
|
|
|
<center>
|
|
<h5>{{identifier_type}}: {{identifier}}</h5>
|
|
</center>
|
|
<table id="identifierDetailsTable" class="table table-striped" style="width:100%" data-identifier="{{identifier_type}}|{{identifier}}">
|
|
<thead>
|
|
<tr>
|
|
<th>Capture Time</th>
|
|
<th>Capture Title</th>
|
|
<th>Landing page</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|