diff options
Diffstat (limited to 'example/public/index.html')
-rw-r--r-- | example/public/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/example/public/index.html b/example/public/index.html new file mode 100644 index 0000000..c7d3e9d --- /dev/null +++ b/example/public/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>Node MJPEG Proxy Example</title> +</head> +<body> + +<img src="index1.jpg" /> +<img src="index2.jpg" /> + +</body> +</html> |