/
NikolayIvkin
/
tutorials1
Обзор
Документация
Войти
/
NikolayIvkin
/
tutorials1
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
spring-boot-modules/spring-boot-basic-customization/src/main/resources/templates/error-404.html
7 строк
142 B
Krzysiek
JAVA-86: spring-boot-custom-error-page
15 мар 2020, 18:55
15 мар 2020, 18:55
9a4f4e4
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <body> <h1> Sorry, we couldn't find the page you were looking for. </h1> <p><a href="/">Go Home</a></p> </body> </html>