-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPresearch_Analytics.html
48 lines (48 loc) · 1.54 KB
/
Presearch_Analytics.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Presearch Analytics</title>
<style>
body {
background-color: #007BFF;
color: white;
font-family: Arial, sans-serif;
text-align: center;
padding: 20px;
}
h1 {
margin-top: 50px;
font-size: 2.5rem;
}
.links {
margin-top: 30px;
}
.link {
display: block;
margin: 10px 0;
font-size: 1.2rem;
color: white;
text-decoration: none;
}
.link:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Presearch Analytics</h1>
<div class="links">
<a href="http://158.69.251.151:8050/Tokenomics/" class="link">Ecosystem Tokenomics</a>
<a href="http://158.69.251.151:8052/" class="link">Node Rewards</a>
<a href="http://158.69.251.151:8053/" class="link">Search Activity</a>
<a href="http://158.69.251.151:8054/" class="link">Device Info</a>
<a href="http://158.69.251.151:8055/" class="link">Users</a>
<a href="http://158.69.251.151:8056/" class="link">Retention Rates</a>
<a href="http://158.69.251.151:8057/" class="link">PTAs</a>
<a href="http://158.69.251.151:8058/" class="link">Keywords</a>
<a href="http://158.69.251.151:8059/" class="link">PTA Stats by Country</a>
</div>
</body>
</html>