Initial commit

Created from https://vercel.com/new
This commit is contained in:
LiangSenCheng 2021-06-24 08:00:59 +00:00
commit d4daef9a37
4 changed files with 33 additions and 0 deletions

1
index.css Normal file

File diff suppressed because one or more lines are too long

31
index.html Normal file
View File

@ -0,0 +1,31 @@
<!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" />
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?6aa7d895ff4fe1159c572ae1f12f2ddb";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="root"></div>
<script src="index.js"></script>
</body>
</html>

1
index.js Normal file

File diff suppressed because one or more lines are too long

BIN
static/example.b9338c65.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB