local-nginx-tutorial/eg2/test.html

13 lines
179 B
HTML
Raw Permalink Normal View History

2023-05-02 22:34:20 +10:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Docker Nginx</title>
</head>
<body>
<h2>Hello from Nginx container, Again</h2>
</body>
</html>