-
Notifications
You must be signed in to change notification settings - Fork 0
/
yes.html
41 lines (38 loc) · 1.17 KB
/
yes.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
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<title>عيد ميلاد ترتيل</title>
<link rel="stylesheet" href="./style/css/yes_styles.css" />
<!-- Favicon link -->
<link rel="icon" href="./style/images/favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="container">
<div>
<h1 class="header_text">
كل سنة وانتي طيبة!!! 😊😍😊
</h1>
</div>
<div class="video_container">
<video autoplay loop muted>
<source src="./style/videos/Cat-Flower.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
<p class="text">ربي يعطيك ما تتمني وطولت العمر</p>
<p class="text">خودي وردة من قطة 🌹</p>
</div>
<!-- Bottom-left image -->
<img
src="./style/images/heart-left.png"
class="corner-image bottom-left"
alt="Bottom left decoration"
/>
<!-- Bottom-right image -->
<img
src="./style/images/heart-right.png"
class="corner-image bottom-right"
alt="Bottom right decoration"
/>
</body>
</html>