k8s/images/node-app-1/hello.html (12 lines of code) (raw):

<!DOCTYPE html> <HTML> <HEAD> <TITLE> Hello from app1 </TITLE> </HEAD> <BODY> <H1>Hi</H1> <P>This is very minimal "hello world" HTML document.</P> </BODY> </HTML>