-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdsb.html
More file actions
110 lines (64 loc) · 2.77 KB
/
Copy pathdsb.html
File metadata and controls
110 lines (64 loc) · 2.77 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
<!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 -->
<!-- ======= JAIs DEMAND Section ======= -->
<section id="jai" class="jai">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>D.S.B</h2>
<p>Get Your DSB From Here-</p>
</div>
<p><i> Click on your rom type from below:</i> </p> <br>
<ul class="jai-list">
<li>
✪ <a href="aosp.html"> Custom Roms based on AOSP/CAF/LOS
</a>
<li>
✪ <a href="miui.html"> All Roms Based on MIUI
</a>
<li>
✪ <a href="Oneui.html"> Roms Based on ONEUI
</a>
<li>
✪ <a href="Oos.html"> Roms based on Oxygen OS (OOS)
</a>
<li>
✪ <a href="Stock.html">Default/Stock Roms
</a>
<li>
✪ <a href="Port.html">Other Ported Roms
</a>
<li>
✪ <a href="Addon.html">DSB Addons
</a>
</ul>
<br>
<b>Note</b> : All modules needed to be flashed in MAGISK, Flashing incorrect module may cause bootloop, and modules need to be removed from recovery. <br>
To remove a module flash it in recovery or follow manual module removal method (<a href="bootloopfix.html"> Click here to learn how</a> ) <br>
Use Telegram support Group <a href="https://t.me/dualstatusbar"> @dualstatusbar </a> if you want to request a DSB module for your device/rom.<br>
</div>
</section><!-- End JAIs DEMAND 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>