-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStock.html
More file actions
99 lines (66 loc) · 2.96 KB
/
Copy pathStock.html
File metadata and controls
99 lines (66 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<script language="javascript" type="text/javascript" src="txt/headcodes.txt"></script>
</head>
<body>
<!-- ======= Header ======= -->
<script language="javascript" type="text/javascript" src="txt/headerandbread.txt"></script>
<!-- End Breadcrumbs -->
<!-- ======= Portfolio Details Section ======= -->
<section id="portfolio-details" class="portfolio-details">
<div class="container">
<div class="row gy-4">
<div class="col-lg-8">
<div class="portfolio-details-slider swiper-container">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide">
<img src="assets/img/Stock.png" alt="">
</div>
<div class="swiper-slide">
<img src="assets/img/Stock.png" alt="">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<div class="col-lg-4">
<div class="portfolio-info">
<h3>ROM INFORMATION</h3>
<p> Dsb for Stock roms like Asus, Nokia, Moto, Techno etc. will be posted here</p>
<ul>
<li><strong>ROM Name</strong>: Stock roms </li><br><br> <li><strong>DOWNLOAD</strong>:</li><br>
Download : <a href="https://www.pling.com/p/1574538/"> <img src="assets/img/dbutton.png" alt="Download" width="120" height="40"> </a><br><br>
</ul>
</div>
<div class="portfolio-description">
<h2>Dual status bar magisk Module</h2>
<p>
<li>Download as per your version
<li> Flash in magisk and reboot
<li>You can use Dual statusbar Addons to customize it even more.
<li>If your device is missing you can request to add your device in support group on telegram <a href="https://t.me/dualstatusbar"> @dualstatusbar </a>
</p>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Details Section -->
<!-- ======= Contact Section ======= -->
<script language="javascript" type="text/javascript" src="txt/contact.txt"></script>
<!-- End Contact Section -->
<!-- ======= Donate Section ======= -->
<script language="javascript" type="text/javascript" src="txt/donate.txt"></script>
<!-- End Donate Section -->
<!-- ======= F.A.Q Section ======= -->
<script language="javascript" type="text/javascript" src="txt/faq.txt"></script>
<!-- End F.A.Q Section -->
</main><!-- End #main --><br><br>
<!-- ======= Footer ======= -->
<script language="javascript" type="text/javascript" src="txt/footer.txt"></script>
<!-- Vendor JS Files -->
<!-- End Footer -->
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>