diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-23 20:33:54 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-23 20:33:54 +0100 |
commit | eb46bad3d09e05fe40c4637c3d1aca5d0a263514 (patch) | |
tree | dfd68380a3e427bcad53db91b321607451e41238 /ui/sections/notifications.html | |
parent | 8c77921791842bbda80f3eb254092e6e7c0ad648 (diff) | |
parent | 896ff81bd0da72d8aed990ad823eca6a0c03d148 (diff) |
Merge branch 'HTML_Sean'
Diffstat (limited to 'ui/sections/notifications.html')
-rw-r--r-- | ui/sections/notifications.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/sections/notifications.html b/ui/sections/notifications.html new file mode 100644 index 0000000..cd2863e --- /dev/null +++ b/ui/sections/notifications.html @@ -0,0 +1,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> |