Files
Spring/2022-05/spring-25/solution3/src/main/resources/templates/error.html
T
2022-09-19 02:47:15 +04:00

11 lines
181 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Упс...</title>
</head>
<body>
Что-то пошло не так. Печалька
</body>
</html>