-
Notifications
You must be signed in to change notification settings - Fork 1
/
analytics.html
70 lines (63 loc) · 2.25 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en-US">
<head>
<script defer data-domain="unofficialrevport.org" src="https://plausible.j5155.page/js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.center {
margin: auto;
width: 85%;
padding: 8px;
}
.pg {
line-height: 1.4;
font-size: 18px;
margin-bottom: 0;
}
a:link, a:visited {
color: aqua;
}
a:hover, a:active {
color:red;
}
#wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
}
header {
height: 100px;
background: yellow;
}
footer {
height: 50px;
margin-top: auto;
}
.img-container img {
width: 100%;
}
</style>
<title>Site Analytics</title>
</head>
<body style="background-color: #323232; color: azure; font-family: Arial, Helvetica, sans-serif; padding: 30px 15px 15px;">
<div id="wrapper">
<main>
<h1 class="center">
Site Analytics
</h1>
<div class="center">
<p class="pg">
We collect basic, privacy-preserving analytics via a self-hosted instance of
<a target="_blank" style="color: #4F46E5; text-decoration: underline;" href="https://plausible.io">
Plausible Analytics.
</a>
</p>
</div>
</main>
<iframe src="https://plausible.j5155.page/share/unofficialrevport.org?auth=IZFxNyTsUa-HIUO-SAJ57&embed=true&theme=dark&background=transparent"
scrolling="no" frameborder="0" loading="lazy"
style="width: 1px; min-width: 100%; height: 1600px;"></iframe>
<script async src="https://plausible.j5155.page/js/embed.host.js"></script>
</div>
</body>
</html>