Break out the CSS. (To my surprise, this also seems to suppress the
[pyTivo/TheBayer.git] / templates / info_page.tmpl
blob21000ed18095b45c3c7f5435fd01762126d12ceb
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <title>pyTivo</title>
6 <link rel="stylesheet" type="text/css" href="/info_page.css">
7 </head>
8 <body>
9     <p style="text-align: center"><span id="title">pyTivo</span></p>
10     <div id="main">
11     $admin
12     $togo
13     $shares
14     </div>
15 </body>
16 </html>