view talosnames/templates/index.html @ 20:0a829ad6e116

more basic web stuff
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 18:39:46 -0700
parents 76a8d2bd4007
children 48b4c926be73
line wrap: on
line source

<html>
<head>
<title>Talos Names</title>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<table>
<tr>
  <th>Buildbot Suite</th>
  <th>Buildbot Command</th>
  <th>TBPL Name</th>
  <th>Talos Tests</th>
</tr>
</table>
</body>
</html>