-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (33 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<title>Cool Website</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="logo.png" alt="CoolSite Logo">
</div>
<ul>
</nav>
</header>
<section class="hero">
<h1>اهلا بيك في تطبيق فعاليه الاحجيه </h1>
<p></p>
<a href="https://www.mediafire.com/file/axgcu5znlcud9r3/%25D9%2581%25D8%25B9%25D8%25A7%25D9%2584%25D9%258A%25D8%25A9%25D8%25A7%25D9%2584%25D8%25A3%25D8%25AD%25D8%25AC%25D9%258A%25D8%25A9.apk/file
" class="cta-button">حمل التطبيق الان</a>
<br>
<a href="https://www.facebook.com/groups/minecraftmemesfamily" class="facebook-button">جروب المجتمع</a>
<br>
<br>
<a href="https://exeo.app/f3aleal" class="button">حمل البرنامج من اختصار الروابط</a>
</section>
</section>
</section>
<footer>
<p>© this website is made by asser and bazooka.</p>
</footer>
</body>
</html>