26 lines
1.3 KiB
PHP
Executable File
26 lines
1.3 KiB
PHP
Executable File
<!-- header.php -->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Al Rahma Sunday School</title>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
|
<meta content="" name="keywords">
|
|
<meta content="" name="description">
|
|
<!-- Favicon -->
|
|
<link href="<?= base_url('assets/images/favicon.ico') ?>" rel="icon">
|
|
<!-- Google Web Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&family=Inter:wght@600&family=Lobster+Two:wght@700&display=swap" rel="stylesheet">
|
|
<!-- Icon Font Stylesheet -->
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
|
|
<!-- Libraries Stylesheet -->
|
|
<link href="lib/animate/animate.min.css" rel="stylesheet">
|
|
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
|
|
<!-- Customized Bootstrap Stylesheet -->
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
<!-- Template Stylesheet -->
|
|
<link href="assets/css/style.css" rel="stylesheet">
|
|
</head> |