/
ilyaBu
/
WebSpringJava
Обзор
Документация
Войти
/
ilyaBu
/
WebSpringJava
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/main/resources/templates/user-update.html
19 строк
539 B
IliaBu
Create code
29 июн 2024, 12:55
29 июн 2024, 12:55
04e3bb8
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="ru" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity6"> <head th:replace="~{fragments :: head}"></head> <body th:style="'background:url(' + ${images} + ') center/cover fixed no-repeat'"> <div th:replace="~{fragments :: header}"></div> <div class="p-5"> <div th:replace="~{fragments :: error-message}"></div> <div th:replace="~{fragments :: user-update}"></div> </div> <div th:replace="~{fragments :: footer}"></div> </body> </html>