Skip to content

Commit

Permalink
feat: show stats dashboard at https://all-contributors-app.vercel.app/ (
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Jan 10, 2021
1 parent 5f0dbe8 commit 2f64f18
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url=https://allcontributors.org" />
<title>All Contributors</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>All Contributors App Statistics</title>
<style>
html,
body,
iframe {
height: 100%;
margin: 0;
padding: 0;
border: 0;
width: 100%;
}
</style>
</head>
<body>
<p>
Redirecting to
<a href="https://allcontributors.org">allcontributors.org</a>
</p>
<iframe
src="https://datastudio.google.com/embed/reporting/2859cd15-ef97-43b0-a6be-678dc58157f4/page/ecMvB"
frameborder="0"
allowfullscreen
></iframe>
</body>
</html>

1 comment on commit 2f64f18

@vercel
Copy link

@vercel vercel bot commented on 2f64f18 Jan 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.