Files
java-tutorials/spring-boot/src/main/resources/templates/error.ftl
T
2018-04-05 01:04:02 +01:00

8 lines
125 B
Plaintext

<!DOCTYPE html>
<html>
<body>
<h1>Something went wrong! Our Engineers are on it</h1>
<a href="/">Go Home</a>
</body>
</html>