-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbrowser.html
107 lines (79 loc) · 4.73 KB
/
browser.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link href="http://fonts.cdnfonts.com/css/gilroy-bold" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css">
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/style1.css">
<!-- Sweet Alert -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="sweetalert2.all.min.js"></script>
<title>check browser</title>
</head>
<body>
<div class="container gx-1 gx-lg-0 mt-3 mt-lg-5 my-auto">
<div class="row mt-2 justify-content-center">
<div class="col-lg-10">
<div class="row justify-content-center ">
<div id="thirdPage" class="col-12 col-lg-8 mt-3 ">
<div class="p-5 pb-2 mb-2 shadow bg-white rounded-8">
<div class="row detailzRow d-flex ">
<div class="row justify-content-center">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-10 checkTextDIV mb-0">
<h5 class="text-primary text-center">You seem to be using unsupported browser
</h5>
</div>
<div class="col-lg-12 col-8 pt-0">
<p class="text-muted text-center mb-0">To get the most out of using the new PBe
please login to the new experience with a supported browser</p>
</div>
<div class="row text-center my-4 icon">
<div class="col-2">
<img src="/picture/chrome.png" alt="" width="50" height="50">
</div>
<div class="col-2">
<img src="/picture/microsoft.png" alt="" width="50" height="50">
</div>
<div class="col-2">
<img src="/picture/safari.png" alt="" width="50" height="50">
</div>
<div class="col-2">
<img src="/picture/opera.png" alt="" width="50" height="50">
</div>
<div class="col-2">
<img src="/picture/firefox.png" alt="" width="50" height="50">
</div>
<div class="col-2">
<img src="/picture/ie.png" alt="" width="50" height="50">
</div>
</div>
<hr>
<div class="col-12 text-center">
<p class="pt-1">Any inquiries? please contact us at <a href=""
class="text-danger">pbehelp.com.my</a> </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
</body>
</html>