diff options
author | Georges-Etienne Legendre <legege@legege.com> | 2013-02-04 13:39:06 -0500 |
---|---|---|
committer | Georges-Etienne Legendre <legege@legege.com> | 2013-02-04 13:39:06 -0500 |
commit | 91736294567db46f2f309f53c42f287622e21591 (patch) | |
tree | 0878000735dccb01e2baf67531636acb5dae33d1 /example/public/index.html | |
parent | cfe2dbe5bb3bbb87ac7ab29390a30d8f592391f3 (diff) |
A module version of this application, with express.js
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> |