forked from shunxiangg/FED_EVA_website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlottie.html
More file actions
29 lines (23 loc) · 865 Bytes
/
lottie.html
File metadata and controls
29 lines (23 loc) · 865 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Loading...</title>
<link href="lottie.css" rel="stylesheet" type="text/css" />
</head>
<body class="bg-blue">
<div>
<div class="animation-center">
<div style="display:block;">
<dotlottie-player src="https://lottie.host/7b85333d-1b06-427a-8aa1-549bc9b9af40/UUogNkx4jH.lottie"
background="transparent" speed="1" style="width: 300px; height: 300px" loop autoplay>
</dotlottie-player>
</div>
</div>
<div class="loading-text"></div>
</div>
<script src="https://unpkg.com/@dotlottie/player-component@2.7.12/dist/dotlottie-player.mjs" type="module"></script>
<script src="js_api_folder/lottie.js"></script>
</body>
</html>