Incorporate wmcbrine's changes to deliver html for normal web browser plus a mobile...
[pyTivo/wmcbrine/lucasnz.git] / templates / info_page_mob.tmpl
blobdf254348932b331ed3ee4e13b30fa43b24050933
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 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
7 <link rel="stylesheet" type="text/css" href="/mobile.css">
8 </head>
9 <body>
10     <p id="title">pyTivo</p>
11         <br/>
12     <!--<div>
13     $admin
14         </div>-->
15         <div>
16     $togo
17         </div>
18         <div>
19     $shares
20     </div>
21         <br/>
22 </body>
23 </html>