-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (33 loc) · 1.08 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/style.css">
<title>Document</title>
</head>
<body>
<div class="mosaic-container">
<div class="mosaic__item">
<img class="mosaic__img" src="img/198162.jpg" alt="动漫虫师">
<button class="mosaic__button mosaic__button--edit">编辑</button>
</div>
</div>
<script id="J_mosaic_workspace_template" type="text/template">
<div class="mosaic-workspace">
<div class="mosaic-workspace-table">
<button class="mosaic-workspace-close">×</button>
<div class="mosaic-workspace-cell">
<div class="mosaic-workspace-content">
<button class="mosaic-workspace-back-btn">上一步</button>
<canvas class="mosaic-workspace-canvas"></canvas>
</div>
</div>
</div>
</div>
</script>
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script src="./js/jquery-mosaic.js"></script>
</body>
</html>