-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwatchMovie-page.html
34 lines (33 loc) · 1.56 KB
/
watchMovie-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
30
31
32
33
34
<!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 xem phim!" />
<title>Watch 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/watchMovie.css" />
<link rel="stylesheet" href="./assets/css/footer.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 id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/vi_VN/sdk.js#xfbml=1&version=v19.0&appId=1156430178708905" nonce="IaFtZmeL"></script>
<div class="main-page">
<header></header>
<div class="content">
<div class="detail-movie"></div>
<div style="background-color: #fff !important; padding: 4px; border-radius: 3px; margin: 16px 0 32px 0;">
<div data-colorscheme="light" data-width="100%" data-numposts="5" class="fb-comments"
data-href="https://phohoccode.github.io/Watch-movies/"></div>
</div>
</div>
<footer></footer>
</div>
<script defer type="module" src="./src/view/watchMovie.js"></script>
</body>
</html>