firewalletbrowser/templates/components/dns-output.html

13 lines
256 B
HTML
Raw Normal View History

2024-02-04 15:08:24 +11:00
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
{{dns | safe}}
</tbody>
</table>
</div>