aboutsummaryrefslogtreecommitdiff
path: root/ui/sections/notifications.html
blob: cd2863eed801f9b1369377786b65523fc1558a25 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="button-wrapper">
    <button id="addRowBtn">Add Row</button>
</div>
<div class="table-wrapper">
    <table id="myTable">
        <tr>
            <th>Column 1</th>
        </tr>
    </table>
</div>