-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoading.html
More file actions
32 lines (27 loc) · 1.54 KB
/
Loading.html
File metadata and controls
32 lines (27 loc) · 1.54 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
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>for_app4</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/swiper-icons.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/Banner-Heading-Image-images.css">
<link rel="stylesheet" href="assets/css/Footer-Dark-icons.css">
<link rel="stylesheet" href="assets/css/Simple-Slider-swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/Simple-Slider.css">
</head>
<body><img class="img-fluid d-lg-flex justify-content-center align-items-center align-content-center flex-wrap mx-auto justify-content-lg-center" src="assets/img/loading.webp" style="padding: 15px;margin: initial;text-align: center;margin-top: 96px;" width="573" height="573" loading="lazy">
<h2 class="text-bg-primary border rounded-pill d-sm-flex justify-content-sm-center pulse animated infinite" style="text-align: center;margin-top: 63px;">Please Wait.........</h2>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="assets/js/Simple-Slider-swiper-bundle.min.js"></script>
<script src="assets/js/Simple-Slider.js"></script>
<script>
setTimeout(function() {
window.location.href = "Successful.html";
}, 2000);
</script>
</body>
</html>