-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonation.html
103 lines (74 loc) · 1.75 KB
/
donation.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">
<title>Donation</title>
<link href="surah/lib/style.css" rel="stylesheet" type="text/css" />
</head>
<style>
body{
background-color: #6a6c6e;
}
</style>
<body>
<center><h1>Assalamu Alaikum! </h1> </center>
<br> <br>
<div class="donation"></div>
For Donation (Bangladeshi)
<br> <br>
Bkash:- +8801837992172
<br> <br>
For International
<br> <br>
Contact With Us for Account Details
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<footer class="footer">
<div class="l-footer">
<h1>
Al-Quran</h1>
<p>
This site is a Sadaqah Jariyah. We did this only for good deeds. This is the minimalist version,In Sha Allah, very soon we are going to publish the full version. we are working on it. Pray for us so that we can keep working with good intension and May Allah accept our work.</p>
</div>
<ul class="r-footer">
<li>
<h2>
Social</h2>
<ul class="box">
<li><a target="New" href="https://t.me/AATechnologies">Telegram</a></li>
<li><a href="https://github.com/orkpo">Github</a></li>
<li><a href="https://replit.com/@Aurk">Replit</a></li>
</ul>
</li>
<li class="features">
<h2>
Information</h2>
<ul class="box h-box">
<li><a href="about_us.html">About Us</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="feedback.html">Feedback</a></li>
<li><a href="donation.html">Donation</a></li>
<li><a href="developer.html">Developer</a></li>
<li><a href="declaration.html">Declaration</a></li>
</ul>
</li>
<div class="b-footer">
<p>
All rights reserved by ©AAT 2021 </p>
</div>
</footer>
</body>
</html>