review/web_templates/index.html @ 9539fb54320e webui

More infrastructure for the web interface.
author Steve Losh <steve@stevelosh.com>
date Tue, 13 Oct 2009 19:02:45 -0400
parents (none)
children 22906da596df
$def with (repo)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
    <head>
        <title>Code Review</title>
    </head>
    
    <body>
        <p>Reviewing: $repo.root</p>
    </body>
</html>