xref: /aosp_15_r20/external/rappor/ui/home.html (revision 2abb31345f6c95944768b5222a9a5ed3fc68cc00)
1*2abb3134SXin Li<!DOCTYPE html>
2*2abb3134SXin Li<html>
3*2abb3134SXin Li  <head>
4*2abb3134SXin Li    <title>Rappor HOME</title>
5*2abb3134SXin Li
6*2abb3134SXin Li    <!-- This page is a stub that redirects to our Github home page.
7*2abb3134SXin Li      overview.html, etc. link to it.  Redirect after 0 seconds.  -->
8*2abb3134SXin Li    <meta http-equiv="refresh" content="0; url=https://github.com/google/rappor" />
9*2abb3134SXin Li  </head>
10*2abb3134SXin Li
11*2abb3134SXin Li  <body>
12*2abb3134SXin Li    <p>
13*2abb3134SXin Li      Redirecting to <a href="https://github.com/google/rappor">https://github.com/google/rappor</a>
14*2abb3134SXin Li    </p>
15*2abb3134SXin Li  </body>
16*2abb3134SXin Li</html>
17