-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (29 loc) · 896 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
27
28
29
30
31
32
33
34
35
36
<!-- Izradio:
Marko Polovina
!-->
<html>
<head>
<!-- meta, link, script and title !-->
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="jquery.mobile-1.4.2/jquery.mobile-1.4.2.css">
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript" src="jquery-1.11.1.js"></script>
<script type="text/javascript" src="jquery.mobile-1.4.2/jquery.mobile-1.4.2.js"></script>
<title>Mobile app</title>
</head>
<body onload="list();">
<!-- Iskon image !-->
<div data-role="page" id="title" data-theme="a">
</div>
<!-- menu button !-->
<a href=""><img src="slike/ButtonMenu.png" id="leftButton"><a>
<!-- subtitle text !-->
<div id="subtitle">
<p id="subtitleText">Moj Iskon.TV<p>
</div>
<!-- division of list of programs !-->
<div id="tvList">
</div>
</body>
</html>