skia2/gm/rebaseline_server/static/index.html
epoger@google.com 045c3d330c rebaseline_server: make default landing page list supported query URLs
(SkipBuildbotRuns)

Originally, the default landing page redirected to view.html?resultsToLoad=all
(which displays all results, and can take a while).
Instead, start with a fast-loading page that shows the user all the result
sets that are available.

R=scroggo@google.com

Review URL: https://codereview.chromium.org/46413004

git-svn-id: http://skia.googlecode.com/svn/trunk@12088 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-11-01 16:46:41 +00:00

30 lines
615 B
HTML

<!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>