aboutsummaryrefslogtreecommitdiff
path: root/ui/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/home.html')
-rw-r--r--ui/home.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/ui/home.html b/ui/home.html
new file mode 100644
index 0000000..d4f947a
--- /dev/null
+++ b/ui/home.html
@@ -0,0 +1,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>