-
Notifications
You must be signed in to change notification settings - Fork 1
/
watch_list.html
50 lines (45 loc) · 1.73 KB
/
watch_list.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<!-- Database files -->
<link rel="stylesheet" type="text/css" href="css/db8.css">
<script type="text/javascript" charset="utf-8" src="javascripts/db8.js"></script>
<script type="text/javascript">
window.addEventListener("load", function () { initPage() }, false);
</script>
<!-- Database files -->
<title>Chillax</title>
<link rel="icon" href="Assets/logo.png">
</head>
<script src="webOSTVjs-1.2.4/webOSTV.js" charset="utf-8"></script>
<script src="webOSTVjs-1.2.4/webOSTV-dev.js" charset="utf-8"></script>
<body>
<header>
<a class="item" tabindex="0" href="index.html"><img class="Mainlogo" src="Assets/logo.png"/></a>
<form id="form">
<a href="watched.html"><button type="button" class="watch item" tabindex="0">Watched</button></a>
<a href="watch_list.html"><button type="button" class="watch item" tabindex="0">Watch List</button></a>
<input type="text" placeholder="Search" id="search" class="search item" tabindex="0">
</form>
</header>
<!-- DataBase test -->
<!-- <div id="container">
<div class="control">
<p>
<button id="putKind">putKind</button>
<button id="delKind">delKind</button>
</p>
<div id="log"></div>
</div>
<div id="db"></div>
</div> -->
<!-- DataBase test -->
<main id="watchlist"></main>
<script type="text/javascript" charset="utf-8" src="javascripts/watchlist_movie.js"></script>
<script src="javascripts/remote.js"></script>
</body>
</html>