-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (71 loc) · 2.03 KB
/
index.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>React App</title>
</head>
<body style="margin: 0">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<div
style="
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
"
>
<div style="width: 60px">
<svg
id="L4"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
viewBox="0 0 52 13"
enableBackground="new 0 0 0 0"
xmlSpace="preserve"
>
<circle fill="#000" stroke="none" cx="6" cy="6" r="6">
<animate
attributeName="opacity"
dur="1s"
values="0;1;0"
repeatCount="indefinite"
begin="0.1"
/>
</circle>
<circle fill="#000" stroke="none" cx="26" cy="6" r="6">
<animate
attributeName="opacity"
dur="1s"
values="0;1;0"
repeatCount="indefinite"
begin="0.2"
/>
</circle>
<circle fill="#000" stroke="none" cx="46" cy="6" r="6">
<animate
attributeName="opacity"
dur="1s"
values="0;1;0"
repeatCount="indefinite"
begin="0.3"
/>
</circle>
</svg>
</div>
</div>
</div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>