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