diff --git a/src/main/resources/templates/default.html b/src/main/resources/templates/default.html
index 0b9500a..3696f0c 100644
--- a/src/main/resources/templates/default.html
+++ b/src/main/resources/templates/default.html
@@ -35,6 +35,8 @@
th:classappend="${#strings.equals(activeLink, '/readerAction')} ? 'active' : ''">ReaderAction
Catalog
+ Пользователи
Документация REST API
Консоль H2
diff --git a/src/main/resources/templates/users.html b/src/main/resources/templates/users.html
new file mode 100644
index 0000000..443d781
--- /dev/null
+++ b/src/main/resources/templates/users.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+ # |
+ ID |
+ Логин |
+ Роль |
+
+
+
+
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+
\ No newline at end of file