-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 949 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<link href="./assets/demo.css" rel="stylesheet"/>
</head>
<body>
<svg class="svg-canvas">
<rect class="item" width="100" height="100" rx="10" ry="10" style="stroke-width:1;stroke:rgb(0,0,0);fill:white;"/>
<rect class="item" width="100" height="100" rx="10" ry="10" style="stroke-width:1;stroke:rgb(0,0,0);fill:white;"/>
<rect class="item" width="100" height="100" rx="10" ry="10" style="stroke-width:1;stroke:rgb(0,0,0);fill:white;"/>
<rect class="item" width="100" height="100" rx="10" ry="10" style="stroke-width:1;stroke:rgb(0,0,0);fill:white;"/>
<rect class="item" width="100" height="100" rx="10" ry="10" style="stroke-width:1;stroke:rgb(0,0,0);fill:white;"/>
</svg>
<script src="./dist/index.js"></script>
<script src="./assets/demo.js"></script>
<script>
</script>
</body>
</html>