-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
57 lines (48 loc) · 1.73 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
<!DOCTYPE html>
<html>
<head>
<!-- Primary Meta Tags -->
<title>Eid Mubarak by Shakib</title>
<meta name="title" content="Eid Mubarak by Shakib">
<meta name="description" content="Wishing you a happy Eid Mubarak from Shakib Bin Kabir. Stay home, Stay Safe, Enjoy you Eid.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://shakibbinkabir.me/eid">
<meta property="og:title" content="Eid Mubarak by Shakib">
<meta property="og:description" content="Wishing you a happy Eid Mubarak from Shakib Bin Kabir. Stay home, Stay Safe, Enjoy you Eid.">
<meta property="og:image" content="meta.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://shakibbinkabir.me/eid">
<meta property="twitter:title" content="Eid Mubarak by Shakib">
<meta property="twitter:description" content="Wishing you a happy Eid Mubarak from Shakib Bin Kabir. Stay home, Stay Safe, Enjoy you Eid.">
<meta property="twitter:image" content="meta.png">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="fav.png">
</head>
<body>
<div class="container-outer">
<div class="container">
<div class="main-text">
<div class="top">
<p>EID</p>
</div>
<div class="bottom">
<p>EID</p>
</div>
<div class="sub-text">
<p>mubarak</p>
</div>
<div class="date">
<p>2021</p>
</div>
</div>
</div>
<footer>
<p class="left">An Eid Animation of 2021 By <strong>Shakib Bin Kabir</strong></p>
<p class="right">Not responsive yet, Only for wide devices</p>
</footer>
</div>
</body>
</html>