-
Notifications
You must be signed in to change notification settings - Fork 0
/
appsbooks.html
59 lines (35 loc) · 1.54 KB
/
appsbooks.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
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Home</title>
<script>if (window.self === window.top) {window.location.href = 'index.html?page=appsbooks';}</script>
</head>
<body style="overflow: hidden !important;">
<div>
<h2>
<span>🎓</span>
التطبيقات و الكتب في الاكاديمية
<span>🎓</span>
<a id="all-lang" class="mynum2 backbtn" href="home.html">
<span>⬅</span> </a>
</h2>
</div>
<div class="container" style="padding:30px;" dir="rtl">
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="mynotesha1.html">
تطبيق My Notes HA </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="myexpensesha1.html">
تطبيق My Expenses HA </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="prosale.html">
برامج </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="books.html">
الكتب </a>
<a class="btn btn-primary" style="width:100%;margin-bottom:15px;" href="profree.html">
برامج مجانية و ادوات جاهزة </a>
</div>
<div class="new-line"></div>
<br>
</body>
</html>