-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphim.html
79 lines (59 loc) · 2.89 KB
/
phim.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Anybody Can Code!</title>
</head>
<body>
<nav class="navbar navbar-light" style="background-color: #e3f2fd;">
<div class="container">
<a class="btn btn-outline-success me-2" style="text-decoration: azure; background-color: ;"
href="https://www.youtube.com/channel/UCbFpiitUZRMgS_xp2fJa0tQ">
ABCC! Click me and see Magic
</a>
</div>
</nav>
<main class="container my-3" role="main">
<div class="row justify-content-center">
<div class="col-md-8">
<p>
<img class="img-thumbnail rounded mx-auto d-block"
src="https://github.com/may-py/may-py.github.io/blob/main/ABCC%20Code.png?raw=true" alt=""
height="300" width="400">
</p>
<a class='btn btn-primary fa fa-thumbs-up'
href="https://www.youtube.com/channel/UCbFpiitUZRMgS_xp2fJa0tQ?sub_confirmation=1">
Click & Subscribe!
</a>
<hr />
<ul>
<li>
<a
href="https://funxlearn.notion.site/Vietnamese-Phim-ad643fdcb2514077acbd28186f2a6bb9">
Playlist
</a>
</li>
</ul>
</div>
</div>
</main>
<footer class="page-footer fixed-bottom">
<div class="text-light bg-dark text-center">Copyright ©2024 Anybody Can Code All rights reserved</div>
</footer>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
-->
</body>
</html>