diff options
Diffstat (limited to 'srcs/nginx/src/index.html')
| -rw-r--r-- | srcs/nginx/src/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/srcs/nginx/src/index.html b/srcs/nginx/src/index.html new file mode 100644 index 0000000..c17bda5 --- /dev/null +++ b/srcs/nginx/src/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> + +<html> + <head> + <title>Nginx server</title> + </head> + + <body> + <h1>Nginx server</h1> + </body> +</html> |
