diff --git a/templates/index.html b/templates/index.html
index 1d843b7..abb75af 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -6,6 +6,14 @@
mac4nick
+
+
+
+
@@ -135,7 +143,7 @@ Unregistred Devices:
document.addEventListener('DOMContentLoaded', () => {
(document.querySelectorAll('.notification .delete') || []).forEach(($delete) => {
$notification = $delete.parentNode;
-
+
$delete.addEventListener('click', () => {
$notification.parentNode.removeChild($notification);
});