-
Notifications
You must be signed in to change notification settings - Fork 1
/
short.html
103 lines (103 loc) · 3.47 KB
/
short.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://telegra.ph/file/4cf337052c09eec06f3e8.jpg" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<title>Contact</title>
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #000000;
color: #ffffff;
}
h1 {
color: #b3ff00;
}
.btn-primary {
color: #fff;
background-color: #0400ff;
border-color: #0400ff;
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
text-decoration: none;
margin: 5px;
}
.btn-primary:hover {
background-color: #8c25ff;
border-color: #8c25ff;
}
.getContainer button {
background-color: #3700ff;
color: #fff;
border: none;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-top: 20px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.getContainer button:hover {
background-color: #8ffd00;
}
.contact-info p {
margin: 10px 0;
}
</style>
</head>
<body>
<a href="index.html" class="btn btn-primary">BACK</a>
<center>
<h1>FILMS</h1>
<br><br>
<video width="600" controls autoplay loop>
<source src="film.html/sana.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<br><br>
<video width="600" controls autoplay loop>
<source src="film.html/NEW.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<br><br>
<video width="600" controls autoplay loop>
<source src="film.html/0dd217d8-8aa1-47ac-957b-a4fb7f941889.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<br><br>
<video width="600" controls autoplay loop>
<source src="film.html/VID-20240114-WA0000.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<br><br>
<video width="600" controls autoplay loop>
<source src="film.html/VID-20240408-WA0002.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<br><br>
<video width="600" controls autoplay loop>
<source src="film.html/💥Father Son Love❤️_🔥Respect Oldman🔥Son Helping🫣Revenge Attitude💪.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</center>
</body>
</html>