mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 23:37:47 +02:00
13 lines
373 B
HTML
13 lines
373 B
HTML
<div class="table-responsive">
|
|
<table id="interesting_endpoints" class="table">
|
|
<thead>
|
|
<tr>
|
|
<th><div class="th-content">URL</div></th>
|
|
<th><div class="th-content">Title</div></th>
|
|
<th><div class="th-content">HTTP Status</div></th>
|
|
<th><div class="th-content">Content Length</div></th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|