Skip to content

Commit 2f64f18

Browse files
authored
feat: show stats dashboard at https://all-contributors-app.vercel.app/ (#339)
1 parent 5f0dbe8 commit 2f64f18

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

public/index.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,25 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta http-equiv="refresh" content="0;url=https://allcontributors.org" />
6-
<title>All Contributors</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>All Contributors App Statistics</title>
7+
<style>
8+
html,
9+
body,
10+
iframe {
11+
height: 100%;
12+
margin: 0;
13+
padding: 0;
14+
border: 0;
15+
width: 100%;
16+
}
17+
</style>
718
</head>
819
<body>
9-
<p>
10-
Redirecting to
11-
<a href="https://allcontributors.org">allcontributors.org</a>
12-
</p>
20+
<iframe
21+
src="https://datastudio.google.com/embed/reporting/2859cd15-ef97-43b0-a6be-678dc58157f4/page/ecMvB"
22+
frameborder="0"
23+
allowfullscreen
24+
></iframe>
1325
</body>
1426
</html>

0 commit comments

Comments
 (0)