docker_deep_dive/ddd-book/multi-contianer/app/templates/error.html

10 lines
150 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Error page</title>
</head>
<body>
Throwing an error
</body>
</html>