-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="https://ik.imagekit.io/cforcrypto/afun/logo/favicon.png?ik-sdk-version=javascript-1.4.3&updatedAt=1667503081730" />
<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="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> -->
<title>AFUN VERSE</title>
<style>
.load {
align-items: center;
background-color: rgb(0, 0, 0);
display: flex;
height: 100vh;
justify-content: center;
width: 100%;
}
.load-img {
width: 80%;
height: auto;
}
</style>
</head>
<body style="margin: 0px">
<div id="spinner" class="load">
<!-- <div class="loading"></div> -->
<img src="https://ik.imagekit.io/cforcrypto/afun/logo/loader.webp?ik-sdk-version=javascript-1.4.3&updatedAt=1667503514291" class="load-img" />
</div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- <script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script> -->
</body>
</html>