aboutsummaryrefslogtreecommitdiff
path: root/ui/sections/notifications.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/sections/notifications.html')
-rw-r--r--ui/sections/notifications.html10
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>