This repository was archived by the owner on May 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGamesPa.html
More file actions
154 lines (121 loc) · 4.97 KB
/
GamesPa.html
File metadata and controls
154 lines (121 loc) · 4.97 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="imageA/IconStudio2.png">
<link rel="stylesheet" href="GamesPa.css">
<title>GamesAP</title>
</head>
<body>
<div >
<a id="back" href="index.html">Home Page</a>
</div>
<div id="HDR">
<h1 style="text-align: center;">Games and software</h1>
</div>
<br>
<br>
<div id="IAGASAN">
<br>
<h2 style="text-align: center;" >games Aripa Studio </h2>
<h3 style="text-align:right;">درصورت تمام شدن توسعه بازی/نرم افزار بر روی کلید (دانلود/درباره) بزنید</h3>
<div id="Gamesline1">
<div id="Game1">
<div class="image">
<img height="140" width="120" src="imageA/Mordab dashte lut.png" alt="تصویر شما">
</div>
<br>
<div class="text" >
<p>Mordab dasht e lut </p>
<p>(درحال ساخت)</p>
<a id="liGame1" href="https://t.me/AripaStudioGames">دانلود</a>
</div>
</div>
<div id="Game2">
<div class="image2">
<img height="140" width="120" src="imageA/IconStudio2.png" alt="تصویر شما">
</div>
<br>
<div class="text2" >
<p>Jange Dayero(AP) ساخته شده است✅</p>
<a id="liGame2" href="https://t.me/AripaStudioGames">دانلود</a>
</div>
</div>
</div>
<br>
<div id="Gamesline2">
<div id="Game3">
<div class="image3">
<img height="140" width="120" src="imageA/Asoal.jpg" alt="تصویر شما">
</div>
<br>
<div class="text3" >
<p> ساخته نشده است</p>
<a id="liGame3" href="https://t.me/AripaStudioGames">دانلود</a>
</div>
</div>
</div>
<br>
<h2 style="text-align: center;" >software Aripa Studio</h2>
<br>
<div id="softwareline1" >
<div id="software0">
<div class="image3.0">
<img height="140" width="120" src="imageA/Material Color AP.png" alt="تصویر شما">
</div>
<br>
<div class="text0" >
<p>Material Color AP </p>
<p>(ساخته شده است ✔)</p>
<a id="lisoft0" href="https://t.me/AripaStudioGames">دانلود</a>
</div>
</div>
<div id="software1">
<div class="image4">
<img height="140" width="120" src="imageA/IconStudio2.png" alt="تصویر شما">
</div>
<br>
<div class="text4" >
<p>RandomWK_AP</p>
<p>(ساخته شده است ✔)</p>
<a id="lisoft1" href="https://t.me/AripaStudioGames">دانلود</a>
</div>
</div>
<div id="software2">
<div class="image5">
<img height="140" width="120" src="imageA/AIOtoolboxAP.png" alt="تصویر شما">
</div>
<br>
<div class="text5" >
<p>AIO_Toolbox AP</p>
<p>(درحال ساخت)</p>
<a id="lisoft2" href="https://t.me/AripaStudioGames">دانلود</a>
</div>
</div>
</div>
<div id="softwareline2" >
<div id="software3">
<div class="image6">
<img height="140" width="120" src="imageA/Asoal.jpg" alt="تصویر شما">
</div>
<br>
<div class="text6" >
<p>ساخته نشده</p>
<a id="lisoft3" href="https://t.me/AripaStudioGames">دانلود</a>
</div>
</div>
</div>
</div>
<br>
<br>
<div id="ENDP" style="background-color: #FFECB3; text-align: center;
height: 20vh;" >
<h3>© khashayar mobasheri (abolfazl mobasheri) , 2024</h3>
<h2>Aripa Studio</h2>
<div id="platform" >
<a id="Telegram" href="https://t.me/AripaStudio">Telegram Aripa Studio</a>
</div>
</div>
</body>
</html>