-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
executable file
·76 lines (70 loc) · 3.6 KB
/
header.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">-->
<meta name="title" content="World Christian Fellowship">
<meta name="description" content="World Christian Fellowship is a christian social media platform that unites all Christians all over the world.">
<meta name="keywords" content="WCF, World, Christian, Fellowship, World Christian Fellowship, Social Media, Christian Social Media">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="2 days">
<meta name="author" content="MartDevelopers Inc, Devlan Inc, Anthony Wambua, Martin Mbithi">
<!-- Primary Meta Tags -->
<title>World Christian Fellowship - WCF</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://wcf.co.ke">
<meta property="og:title" content="World Christian Fellowship - WCF">
<meta property="og:description" content="World Christian Fellowship is a christian social media platform that unites all christians all over the world.">
<meta property="og:image" content="https://wcf.co.ke/img/backgrounds/favicon/apple-touch-icon.png">
<!-- Twitter -->
<meta property="og:url" content="website">
<meta property="twitter:url" content="https://wcf.co.ke">
<meta property="twitter:title" content="World Christian Fellowship - WCF">
<meta property="twitter:description" content="World Christian Fellowship is a christian social media platform that unites all christians all over the world.">
<meta property="twitter:image" content="https://wcf.co.ke/img/backgrounds/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/backgrounds/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/backgrounds/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/backgrounds/favicon/favicon-16x16.png">
<link rel="manifest" href="img/backgrounds/favicon/site.webmanifest">
<link href="dist/css/robust.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js">
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js">
<!--Load HalfMoon Css-->
<!-- Load SWAL-->
<?php if (isset($success)) { ?>
<!--This code for injecting success alert-->
<script>
setTimeout(function() {
swal("Success", "<?php echo $success; ?>", "success");
},
100);
</script>
<?php } ?>
<?php if (isset($err)) { ?>
<!--This code for injecting error alert-->
<script>
setTimeout(function() {
swal("Failed", "<?php echo $err; ?>", "error");
},
100);
</script>
<?php } ?>
<?php if (isset($info)) { ?>
<!--This code for injecting info alert-->
<script>
setTimeout(function() {
swal("Success", "<?php echo $info; ?>", "info");
},
100);
</script>
<?php } ?>
<script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.10.2/sweetalert2.all.min.js"></script>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link href="css/style.css" rel="stylesheet" id="bootstrap-css">
<script src="js/chat.js"></script>
</head>