21 lines
490 B
Smarty
21 lines
490 B
Smarty
|
<html>
|
||
|
<head>
|
||
|
<title>tv info page</title>
|
||
|
<meta http-equiv="refresh" content="60">
|
||
|
<link rel="stylesheet" href="/style.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="main">
|
||
|
<p>
|
||
|
<i>Display ID:</i>
|
||
|
</p>
|
||
|
<h1>{{id}}</h1>
|
||
|
|
||
|
<small>(They're only letters. I like India, O like
|
||
|
Oscar.)</small>
|
||
|
|
||
|
<p><small>Powered by tvid v{{version}}</small></p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|