-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (70 loc) · 3.37 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<title>Netify</title>
</head>
<body>
<div class="header container-fluid">
<div class="netify">
<h1 class="netify-h1">N<span style="display: inline-block;"><h5>ETIFY</h4></span> </h5>
<hr>
</div>
</div>
<div class="container-fluid netify-background">
<div data-aos="zoom-in" data-aos-duration="3000" class="background-color">
<h1 >N</h1>
</div>
<p>Netify offers a wide selection of movies that can be enjoyed with family and friends, and the best part is that it's all for free. The movies are available in multiple languages, and are categorized by stars, genres, and more</p>
<div class="watch container-fluid">
<button class="movies">Watch Movies </button>
</div>
</div>
<hr class="hr">
<div class="List">
<div id="carouselExampleSlidesOnly" class="carousel carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="3000">
<h6 style="text-align: center;">DD Return</h6>
<img src="Image/filmcompanion_2023-07_eca39b06-7a98-4b48-b47b-cbd93296955b_D2.avif" class="d-block w-100" alt="...">
</div>
<div class="carousel-item " data-bs-interval="3000">
<h6 style="text-align: center;">Jailer</h6>
<img src="Image/142196-jail.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item" data-bs-interval="3000">
<h6 style="text-align: center;">Fast X</h6>
<img src="Image/when-will-fast-furious-10-start-streaming.webp" class="d-block w-100" alt="...">
</div>
</div>
</div>
<div id="carouselExampleSlidesOnly" class="carousel carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="3000">
<h4>Tamil</h4>
</div>
<div class="carousel-item" data-bs-interval="3000">
<h4>Tamil</h4>
</div>
<div class="carousel-item" data-bs-interval="3000">
<h4>English</h4>
</div>
</div>
</div>
</div>
<footer>
<div class="footer container-fluid">
@netify2023
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>