-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (55 loc) · 2.17 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous">
</script>
<script type="module" src="./scripts/main.js"></script>
</head>
<body>
<div class="row justify-content-center">
<div class="container" style="background-color: 2f4f4f;">
<div class="col-md-1">
<div class="container">
<img src="Imagenes/tv_img.jpg" >
</div>
</div>
<div class="col-md-2">
<div class="center">
<h1>TV Series</h1>S
</div>
</div>
</div>
</div>
<div class="row" style="padding-top: 30px;">
<div class="col-6" id="insert">
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col-md-1">#</th>
<th scope="col">Name</th>
<th scope="col">Channel</th>
<th scope="col">Seasons</th>
</tr>
</thead>
<tbody id="tbody">
</tbody>
</table>
</div>
<div class="col" id="card"><div></div></div>
</div>
<script src="" async defer></script>
</body>
</html>