diff --git a/templates/notifications.html b/templates/notifications.html new file mode 100644 index 0000000..03e221e --- /dev/null +++ b/templates/notifications.html @@ -0,0 +1,94 @@ +{% extends "base.html" %} + +{% block title %}Notifications - Ocean.xyz Mining Dashboard{% endblock %} + +{% block css %} + +{% endblock %} + +{% block header %}Notification Center{% endblock %} + +{% block notifications_active %}active{% endblock %} + +{% block content %} + +
+
+
+
Notification Controls
+
+
+
+ + + + + + +
+
+ + + +
+
+
+
+
+
+ + +
+
+
+
+ Notifications + 0 +
+
+
+ +
Loading notifications
+
+ + +
+ +
+
+
+
+
+ + + + + + +{% endblock %} + +{% block javascript %} + +{% endblock %} \ No newline at end of file