aboutsummaryrefslogtreecommitdiff
path: root/ui/home.html
blob: d4f947aa028a7319818e3db1a2ed1d7d1758185e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>Rappor HOME</title>

    <!-- This page is a stub that redirects to our Github home page.
      overview.html, etc. link to it.  Redirect after 0 seconds.  -->
    <meta http-equiv="refresh" content="0; url=https://github.com/google/rappor" />
  </head>

  <body>
    <p>
      Redirecting to <a href="https://github.com/google/rappor">https://github.com/google/rappor</a>
    </p>
  </body>
</html>