diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-10 21:47:17 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-21 13:23:45 -0400 |
commit | 600ef134d1a80b5f4e2c724dc3e3d0709c94fa72 (patch) | |
tree | 5269909edacba8d934293ab44c7d65357ea0fe8b /video.html | |
parent | 9a1a9881b3878db8ac5bfc1a65ed3c9cf8b145e7 (diff) | |
download | html5ks-600ef134d1a80b5f4e2c724dc3e3d0709c94fa72.tar.xz html5ks-600ef134d1a80b5f4e2c724dc3e3d0709c94fa72.zip |
fixing images.js
Diffstat (limited to 'video.html')
-rw-r--r-- | video.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ <!DOCTYPE html> <html> <body> - <video src="dump/video/op_1.webm" controls autoplay> + <video src="dump/vfx/noise.webm" controls autoplay loop> </body> </html> |