source: trunk/web/templates/skeleton.tmpl @ 113

Last change on this file since 113 was 113, checked in by ecprice, 17 years ago

Initial import of web interface.

File size: 207 bytes
Line 
1<html>
2<head><title>$title</title></head>
3<body>
4<p>[You are logged in as $user.username.]</p>
5$body
6<hr />
7Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
8</body>
9</html>
Note: See TracBrowser for help on using the repository browser.