-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage-diff.html
More file actions
25 lines (23 loc) · 768 Bytes
/
image-diff.html
File metadata and controls
25 lines (23 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>视觉对比小工具</title>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/png" href="/favico.png"> -->
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
#root {
width: 100%;
max-width: 1200px;
overflow: auto;
margin: 0 auto;
}
html, body {
height: 100%;
width: 100%;
}
</style>
<link href="https://fishman-assets.oss-cn-shanghai.aliyuncs.com/image-diff.css?_t=01" rel="stylesheet"></head>
<body>
<div id="root"></div>
<script type="text/javascript" src="https://fishman-assets.oss-cn-shanghai.aliyuncs.com/image-diff.js?_t=01"></script></body>