diff options
Diffstat (limited to 'templates/program/current.html')
-rw-r--r-- | templates/program/current.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/program/current.html b/templates/program/current.html index fd53d45..193762a 100644 --- a/templates/program/current.html +++ b/templates/program/current.html @@ -1,3 +1,8 @@ +<html> +<head> + <title>Current program</title> +</head> +<body> <div id="program-now"> <div id="current-show"> @@ -11,4 +16,7 @@ <div id="after-next-show"> {{ after_next }} </div> -</div>
\ No newline at end of file +</div> + +</body> +</html>
\ No newline at end of file |