Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: masters/master.client.pagespeed/public_html/index.html

Issue 5285010: Add a basic configuration (gclient sync + build) for pagespeed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <title>BuildBot Index page</title>
5 <script>
6 var location_no_index = location.href.replace("index.html","");
7 var location_no_slash = location_no_index.replace(/\/$/g,"");
8 var new_location = location_no_slash.replace(/$/g, "/waterfall");
9 document.write("<meta http-equiv='REFRESH' content='0;url=" + new_location + " '>");
10 </script>
11 </HEAD>
12 <BODY>
13 </BODY>
14 </HTML>
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698