blob: 06af0a18b9739a803eb2f9d4c1ac1eb14140a14d [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<style>
body, html{
background-color:#fff;
margin: 0px;
overflow-x: hidden;
overflow-y: auto;
}
#lottie{
background-color:#fff;
width:100%;
height:100%;
display:block;
overflow: hidden;
transform: translate3d(0,0,0);
position: absolute;
opacity: 0;
pointer-events: none;
/*display:none;*/
}
</style>
<script src="lottie.js" ></script>
<script src="canvaskit.js" ></script>
</head>
<body>
<div id="lottie"></div>
<div id="snapshotsContainer"></div>
<script src="js/main.js" type="module" ></script>
</body>
</html>