Index: gm/rebaseline_server/static/index.html |
=================================================================== |
--- gm/rebaseline_server/static/index.html (revision 0) |
+++ gm/rebaseline_server/static/index.html (revision 0) |
@@ -0,0 +1,29 @@ |
+<!DOCTYPE html> |
+ |
+<html> |
+ <head> |
+ <title>rebaseline_server</title> |
+ </head> |
+ |
+ <body> |
+ Here are links to the result pages: |
+ <ul> |
+ <li> |
+ <a href="/static/view.html?resultsToLoad=failures"> |
+ failures only |
+ </a> |
+ (loads faster) |
+ </li> |
+ <li> |
+ <a href="/static/view.html?resultsToLoad=all"> |
+ all results |
+ </a> |
+ (includes successful test results) |
+ </li> |
+ </ul> |
+ Instructions, roadmap, etc. are at |
+ <a href="http://tinyurl.com/SkiaRebaselineServer"> |
+ http://tinyurl.com/SkiaRebaselineServer |
+ </a> |
+ </body> |
+</html> |