forked from m4tinbeigi-official/freemovie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (132 loc) · 5.97 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Free Movie - Rick Sanchez</title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5LFXCX69');</script>
<!-- End Google Tag Manager -->
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@latest/dist/font-face.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
body, html {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
}
body {
font-family: 'Vazir', sans-serif;
direction: rtl;
text-align: right;
}
.container {
flex: 1;
}
footer {
background-color: #f1f1f1;
text-align: center;
padding: 5px;
width: 100%;
position: sticky;
bottom: 0;
}
.footer-dark {
background-color: #333;
color: white;
padding: 10px 0;
font-size: 0.875rem;
}
.footer-dark .social-icons {
display: flex;
justify-content: center;
align-items: center;
}
.footer-dark .social-icons a {
margin: 0 10px;
color: white;
font-size: 1rem;
}
.footer-dark p {
font-size: 0.75rem;
margin: 5px 0;
}
@media (max-width: 768px) {
h1 {
font-size: 1.5rem;
}
.container {
padding: 0 15px;
}
form {
padding: 0 10px;
}
footer {
font-size: 0.875rem;
}
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5LFXCX69"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container mt-5">
<h1 class="text-center mb-4">فیری مووی - دانلود فیلم و سریال رایگان</h1>
<form id="searchForm" class="row g-3">
<div class="col-12">
<label for="title" class="form-label">نام فیلم یا سریال:</label>
<input type="text" class="form-control" id="title" name="title" placeholder="نام فیلم را به انگلیسی جستجو کنید" required>
</div>
<div class="col-12">
<label for="year" class="form-label">سال تولید (اختیاری):</label>
<input type="number" class="form-control" id="year" name="year" min="1900" max="2099">
</div>
<div class="col-12">
<label for="genre" class="form-label">ژانر (اختیاری):</label>
<select class="form-select" id="genre" name="genre">
<option value="">انتخاب ژانر</option>
<option value="action">اکشن</option>
<option value="comedy">کمدی</option>
<option value="drama">درام</option>
<option value="sci-fi">علمی تخیلی</option>
<option value="romance">عاشقانه</option>
</select>
</div>
<div class="col-12">
<button type="submit" class="btn btn-primary w-100">جستجو کن</button>
</div>
</form>
<div id="results" class="mt-5"></div>
</div>
<footer class="footer-dark">
<div class="container text-center">
<p class="mt-3">
فیری مووی - ساخته شده توسط ریک سانچز با 🤍 |
استفاده از <a href="https://github.com/rastikerdar/vazir-font" class="text-white">فونت وزیر</a> به یاد صابر راستی کردار
</p>
<p>
در این وبسایت از <a href="https://www.omdbapi.com/" target="_blank" class="text-white">وب سرویس OMDB</a> برای جستجو و اطلاعات فیلمها و از <a href="https://almasmovie.website/" target="_blank" class="text-white">الماس مووی</a> برای دانلود فیلمها استفاده میشود.
</p>
<div class="social-icons mb-2">
<!-- GitHub Star Button -->
<a class="github-button" href="https://github.com/m4tinbeigi-official/freemovie" data-icon="octicon-star" data-show-count="true" aria-label="Star m4tinbeigi-official/freemovie on GitHub">Star</a>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<a href="https://github.com/m4tinbeigi-official" role="button"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/m4tinbeigi" role="button"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/in/matinbeigi" role="button"><i class="fab fa-linkedin"></i></a>
<a href="https://instagram.com/m4tinbeigi" role="button"><i class="fab fa-instagram"></i></a>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="script.js"></script>
</body>
</html>