-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 981 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OwnLocal TV</title>
<meta name="description" content="">
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, width=device-width, user-scalable=no" />
<meta name="theme-color" content="">
<link rel="apple-touch-icon" href="">
<link rel="shortcut icon" href="" />
<link rel="stylesheet" href="https://labs.ownlocal.com/tv/tv.css">
</head>
<body>
<video id="player" muted autoplay playsinline></video>
<div class="logo"></div>
<ul class="list" style="display: none;"></ul>
<div class="ticker">
<div class="time"></div>
<div class="news">OwnLocal</div>
<div class="weather"></div>
</div>
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery.marquee/1.4.0/jquery.marquee.min.js"></script>
<script src="https://labs.ownlocal.com/tv/tv.js"></script>
</body>
</html>