Clone04 commited on
Commit
e8f1cc2
·
verified ·
1 Parent(s): eb4616f

Upload index.html

Browse files
Files changed (1) hide show
  1. html/index.html +9 -0
html/index.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Welcome to NGINX on Docker!</title>
5
+ </head>
6
+ <body>
7
+ <h1>Hello from NGINX container!</h1>
8
+ </body>
9
+ </html>