Files
getting-started/nodejs/middleware/htmls/productsample.html
Pratik Das c2145b5ece added code (#161)
Co-authored-by: Pratik Das <pratikd2001@gmail.com>
2022-03-26 15:52:58 +11:00

6 lines
111 B
HTML

<html>
<body>
<h2>My sample product page</h2>
<img src="sample.jpg" alt="sample"></img>
</body>
</html>