-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvayu.html
executable file
·158 lines (145 loc) · 5.62 KB
/
vayu.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
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
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Reborn Official</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Styles -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Navbar Section Start -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<a class="navbar-brand" href="#">REBORN-UI</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar">
<i class="fas fa-bars"></i>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" data-scroll-nav="0" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="1" href="#feature">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="2" href="#screenshoots">Screenshots</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="3" href="#support">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="4" href="#fun-facts">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar Section End -->
<!-- Home Section Start -->
<section class="home d-flex align-items-center" id="home" data-scroll-index="0">
<div class="effect-wrap">
<i class="fas fa-plus effect effect-1"></i>
<i class="fas fa-plus effect effect-2"></i>
<i class="fas fa-circle-notch effect effect-3"></i>
</div>
<div class="container align-items-center">
<div class="row">
<div class="col-lg-7 col-md-7">
<div class="home-text">
<h1>Miui Reborn</h1>
<p>Welcome To Reborn Website? Found Something Here And Enjoy It!</p>
<div class="home-btn">
<a href="#downloads" class="btn btn-1"> Download</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5 text-center">
<div class="home-img">
<div class="circle">
</div>
<img src="img/screenshots/1.png" alt="reborn">
</div>
</div>
</div>
</div>
</section>
<!-- Home Section End -->
<!-- ======= Downloads ======= -->
<section class="downloads section-padding" id="downloads">
<div class="container">
<table class="table table-striped">
<thead>
<tr>
<th>No</th>
<th>Version</th>
<th>Status</th>
<th>Date</th>
<th>Filesize</th>
<th>Links</th>
</tr>
<tbody>
<tr>
<td>1</td>
<td>V12.5.5</td>
<td>Paid</td>
<td>12-06-2022</td>
<td>2.9GB</td>
<td><a href="masukin link nya disini">Here</a></td>
</tr>
<td>1</td>
<td>V12.5.5</td>
<td>Paid</td>
<td>12-06-2022</td>
<td>2.9GB</td>
<td><a href="masukin link nya disini">Here</a></td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- ======= Downloads ======= -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="fa-solid fa-chevron-right"></i> <a href="#home">Home</a></li>
<li><i class="fa-solid fa-chevron-right"></i> <a href="#feature">Features</a></li>
<li><i class="fa-solid fa-chevron-right"></i> <a href="#screenshots">Screenshot</a></li>
<li><i class="fa-solid fa-chevron-right"></i> <a href="#team">Team</a></li>
<li><i class="fa-solid fa-chevron-right"></i> <a href="https://t.me/reborn_port_diskus">Grup Supports</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright 2021-2022 <strong><span>Reborn</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<!-- Scripts -->
<script src="js/jquery.min.js"></script> <!-- jQuery for Bootstrap's JavaScript plugins -->
<script src="js/popper.min.js"></script> <!-- Popper tooltip library for Bootstrap -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
<script src="js/jquery.easing.min.js"></script> <!-- jQuery Easing for smooth scrolling between anchors -->
<script src="js/purecounter.js"></script> <!-- Purecounter scripts -->
<script src="js/jquery.magnific-popup.js"></script> <!-- Magnific Popup for lightboxes -->
<script src="js/owl.carousel.min.js"></script> <!-- Owl Carousel scripts -->
<script src="js/scrollIt.min.js"></script> <!-- scrollit scripts -->
<script src="js/main.js"></script> <!-- Custom scripts -->
</body>
</html>