-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmultiview.html
28 lines (24 loc) · 1.07 KB
/
multiview.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width height=device-height">
<meta name="description" content="rlottie viewer">
<meta name="keywords" content="lottie, rlottie, lottie viewer, rlottie viewer">
<meta name="author" content="Subhransu">
<title>rlottie viewer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="window">
<div class="content " id="content">
<canvas class="" id="myCanvas" width="100" height="100" style="border:1px solid #dae1e7;"></canvas>
<canvas class="" id="myCanvas1" width="100" height="100" style="border:1px solid #dae1e7;"></canvas>
<canvas class="" id="myCanvas2" width="100" height="100" style="border:1px solid #dae1e7;"></canvas>
<canvas class="" id="myCanvas3" width="100" height="100" style="border:1px solid #dae1e7;"></canvas>
<canvas class="" id="myCanvas4" width="100" height="100" style="border:1px solid #dae1e7;"></canvas>
</div>
</div>
<script src="multiview.js"></script>
</body>
</html>