-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow.php
26 lines (25 loc) · 921 Bytes
/
how.php
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
<?php include 'menu.html'?>
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12 how">
<h2 style="color: rgba(44,44,36,.9);">Mobil Versiya üçün</h2>
<h2>Addım 1</h2>
<img src="img/m_step_1.png">
<h2>Addım 2</h2>
<img src="img/m_step_2.png">
<h2>Addım 3</h2>
<img src="img/m_step_3.png">
</div>
<div class="col-md-6 col-sm-12 how-p">
<h2 style="color: rgba(44,44,36,.9);">Brauzer Versiya üçün</h2>
<h2>Addım 1: Şəkli seçin</h2>
<img src="img/p_step_1.jpg">
<h2>Addım 2:Linki kopyalayın</h2>
<img src="img/p_step_2.jpg">
<h2>Addım 3:Əlavə edin</h2>
<img src="img/p_step_3.jpg">
</div>
<div class="col-md-6 col-sm-12"></div>
</div>
</div>
<?php include 'footer.html'?>