k8s/images/node-app-2/hello.html (
12
lines of code) (
raw
):
<!DOCTYPE html> <HTML> <HEAD> <TITLE> A Small Hello </TITLE> </HEAD> <BODY> <H1>Hi</H1> <P>This is very minimal "hello world" HTML document.</P> </BODY> </HTML>