mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 02:49:06 +00:00
27 lines
579 B
HTML
Vendored
27 lines
579 B
HTML
Vendored
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>LottieFiles Preview</title>
|
|
<style>
|
|
html, body {
|
|
width: 100%;
|
|
height:100%;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#bm {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="bm"></div>
|
|
<!--<script src="https://unpkg.com/lottie-web/build/player/lottie.min.js"></script>-->
|
|
<script src="lottie-web/lottie.min.js"></script>
|
|
<script src="js/lottie2html.js"></script>
|
|
</body>
|
|
</html>
|