watermark/index.html
LiangSenCheng 68463aeaf0 update
2021-06-24 14:00:42 +00:00

32 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<title>在线图片加水印canvas加水印,防止身份证复印件被盗</title>
<meta name="keywords" content="图片加水印,在线给图片加水印,在线照片加水印,在线给图片加文字,canvas加水印,canvas图片旋转,防止身份证复印件被盗" />
<meta name="description" content="在线给图片加水印通过前端canvas给你的个人证件加上水印防止身份证复印件被盗。纯前端加水印拒绝上传保证个人信息安全" />
<link rel="stylesheet" href="./index.css" />
<link rel="manifest" href="./manifest.json" />
<script>
// serviceWorker
if ("serviceWorker" in navigator) {
navigator.serviceWorker
.register("serviceWorker.js")
.then(res => console.log("service worker registered"))
.catch(err => console.log("service worker not registered", err));
}
</script>
</head>
<body>
<div id="root"></div>
<script src="./index.js"></script>
</body>
</html>