index.html: add link to waterfall page
[buildbot.git] / buildbot / status / web / index.html
blobf81aa011a080af21b8f94bdddcf14802d7ff45df
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5 <title>Welcome to the Buildbot</title>
6 </head>
8 <body>
9 <h1>Welcome to the Buildbot!</h1>
11 <ul>
12 <li>the <a href="waterfall">Waterfall Display</a> will give you a
13 time-oriented summary of recent buildbot activity.</li>
14 </ul>
17 </body> </html>