forked from NITR-Utsav/main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
success.php
24 lines (20 loc) · 893 Bytes
/
success.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Successfull Registered</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/mdb.min.css" rel="stylesheet">
</head>
<body>
<div style="height: 100vh">
<div class="flex-center flex-column" style="background-color: #44d9e6 ">
<h5 class="animated fadeIn mb-3"><strong>Thank you for joining the Campus Ambassador Program. We are glad you are with us!</strong></h5>
<p class="animated fadeIn text-muted"><strong><a href="index.php">Click Here</a> to apply for another one.</strong></p>
</div>
</div>
</body>
</html>