17 lines
443 B
HTML
17 lines
443 B
HTML
<!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>
|