13 lines
256 B
HTML
13 lines
256 B
HTML
|
<div class="table-responsive">
|
||
|
<table class="table">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th></th>
|
||
|
<th></th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
{{dns | safe}}
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|