Parent: [b38fe7] (diff)

Download this file

header.tpl    16 lines (14 with data), 265 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<html>
<head>
<title>Songcast Receivers{{title}}</title>
<link rel="stylesheet" type="text/css" href="static/style.css">
%try:
% refresh
%except:
% refresh=0
%end
%if refresh:
<meta http-equiv="refresh" content="{{refresh}}">
%end
</head>
<body>