awesome-compose/samples/spring-postgres/backend/src/main/resources/templates/home.ftl
Anca Iordache cc8e56e4b7 add spring-postgres application sample
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-05 19:23:28 +01:00

9 lines
206 B
Text
Executable file

<!DOCTYPE HTML>
<html>
<head>
<title>Getting Started: Serving Web Content</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p>Hello from Docker!</p>
</body>