blob: cd65abdf0c87bc96b562d46ea02b93bad899e60b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>EPGd - VDR epg daemon</title>
<meta name="description" content="">
<meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=no, maximum-scale=1, minimum-scale=1">
<link rel="stylesheet" href="epgd.css?%VERSION%">
<script src="common.js?%VERSION%"></script>
<script src="epgd.js?%VERSION%"></script>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="icon" sizes="192x192" href="/images/epgd-4x.png">
<link rel="apple-touch-icon" href="/images/epgd-4x.png">
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<script type="text/javascript">
$(document).ready(function () {
epgd.utils.loader.process(epgd.init);
});
</script>
</body>
</html>
|