gopkg.in/openshift/source-to-image.v1@v1.2.0/examples/nginx-centos7/test/test-app/index.html (about)

     1  
     2  <!doctype html>
     3  <html>
     4  	<head>
     5  		<title>Hello World!</title>
     6  	</head>
     7  	<body>
     8  		<h1>Hello World!</h1>
     9  	</body>
    10  </html>