UNPKG

watermark

Version:

Add watermark on images use HTML5 and Javascript.

18 lines (14 loc) 382 B
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <title>Redirect...</title> <meta http-equiv="X-UA-Compatible" content="chrome=1" /> <meta http-equiv="refresh" content="0; URL=http://localhost:3000/demo" /> </head> <body> <p style="text-align: center;"> <a href="http://localhost:3000/demo">http://localhost:3000/demo</a> </p> </body> </html>