-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessage.php
58 lines (41 loc) · 1.59 KB
/
message.php
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Chittagong Independent University</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon Link -->
<link rel="apple-touch-icon" href="icon.png">
<!-- Fontawsome Link -->
<link rel="stylesheet" href="css/all.min.css">
<!-- Owl carousel css link -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Main css link -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="wrapper">
<div class="error-section success-msg-indx">
<span class="check-sign"><i class="fas fa-check-circle"></i></span>
<h2> Register Successfully. Please wait for approve your account</h2>
<span>Go to <a href="index.php">Home</a></span>
</div>
</div>
<!-- jQuery Library include -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- jQuery UI Library include -->
<script src="js/jquery-ui.min.js"></script>
<!-- Font awsome JS file -->
<script src="js/all.min.js"></script>
<!-- Owl carousel js file -->
<script src="js/owl.carousel.min.js"></script>
<!-- Main JS file -->
<script src="js/main.js"></script>
</body>
</html>