-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdetailMovie-page.html
29 lines (28 loc) · 1.1 KB
/
detailMovie-page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Đây là trang lọc phim theo từng thể loại!">
<title>Detail Movies</title>
<link rel="icon" href="./assets/img/logo.jpg" type="image/x-icon" />
<link rel="stylesheet" href="./assets/css/base.css">
<link rel="stylesheet" href="./assets/css/header.css">
<link rel="stylesheet" href="./assets/css/footer.css">
<link rel="stylesheet" href="./assets/css/index.css">
<link rel="stylesheet" href="./assets/css/toastMessage.css">
<link rel="stylesheet" href="./assets/css/responsive.css">
<link rel="stylesheet" href="./assets/icon/fontawesome.com/releases/v6.4.2/css/all.css">
</head>
<body>
<div class="main-page">
<header></header>
<div class="content">
<section class="all-movie"></section>
<div class="paginations"></div>
</div>
<footer></footer>
</div>
<script defer type="module" src="./src/view/detailMovie.js"></script>
</body>
</html>