-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (64 loc) · 2.13 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" type="image/svg+xml" href="logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="asset//npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<title>My Rewardz | Rewardz® Automated Yield Network</title>
<script type="module" crossorigin src="asset//assets/index.17a91baa.js"></script>
<link rel="stylesheet" href="asset//assets/index.3955caa9.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&family=Space+Grotesk:wght@300;400;500;700&display=swap" rel="stylesheet">
</head>
<style>
body {
font-family: "Space Grotesk", sans-serif;
}
.Home .pools {
background: #0f1a2f;
}
.Home .pools,
.pool-card .heading,
.textPrimary {
color: #fff;
}
.btnPrimarySmall {
border: 0;
background-color: rgba(0,0,0,.3);
cursor: default;
}
.pool-card {
background: #0f1a2f;
}
.pool-card > div:last-child .fw-700 {
color: #98b2a1;
}
.raynlogo {
color: rgba(0,0,0,0);
overflow:hidden;
text-indent: -999px;
background: url('asset/assets/pools.png') no-repeat 50% 50%;
background-size: 100% auto;
width: 300px;
height: 200px;
display: none;
}
.Home .token-img {
width: 200px;
}
.pool-card .token-img img {
display: none;
}
.pool-card .token-img {
width: 100px;
background: url('logo.png') no-repeat 50% 50%;
background-size: contain;
}
</style>
<body>
<div id="root"></div>
<script src="asset//npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</body>
</html>