diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-23 20:51:35 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-23 20:51:35 +0100 |
commit | 6f48041c9dd52f4d98c3defec030232aa0bbfeb9 (patch) | |
tree | 092020453e1893021dcf5be7b2f7d4ce93163f87 /ui/sections/notifications.html | |
parent | eb46bad3d09e05fe40c4637c3d1aca5d0a263514 (diff) |
merge Sean's code
Diffstat (limited to 'ui/sections/notifications.html')
-rw-r--r-- | ui/sections/notifications.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ui/sections/notifications.html b/ui/sections/notifications.html deleted file mode 100644 index cd2863e..0000000 --- a/ui/sections/notifications.html +++ /dev/null @@ -1,10 +0,0 @@ -<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> |