-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.04 KB
/
index.html
File metadata and controls
37 lines (33 loc) · 1.04 KB
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
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>GSAP Demo</title>
</head>
<body>
<div id="box">
<div id="loading">
<div id="dotparent1" class="dotparent">
<div id="dot"></div>
</div>
<div id="dotparent2" class="dotparent">
<div id="dot"></div>
</div>
<div id="dotparent3" class="dotparent">
<div id="dot"></div>
</div>
<div id="dotparent4" class="dotparent">
<div id="dot"></div>
</div>
<div id="dotparent5" class="dotparent">
<div id="dot"></div>
</div>
</div>
</div>
<h1>Windows is installing updates</h1>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js"></script>
<script src="script.js"></script>
</body>
</html>