warmseal-roofing/includes/header.php
Gary a3d3016846 Add meta.php for dynamic meta tag generation
- Introduced meta.php to handle meta tags dynamically based on the presence of values in the $ometa array.
- Set default values for meta tags using predefined variables if $ometa values are not set.
- Included essential meta tags for SEO and social media sharing, including Open Graph and Twitter cards.
- Ensured compatibility with various devices by adding viewport and charset meta tags.
2025-05-08 16:09:16 +01:00

33 lines
1.1 KiB
PHP

<?php
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Warmseal - The Roofing Specialist</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/padding.css">
<link rel="stylesheet" type="text/css" href="fontawesome/css/all.min.css">
</head>
<body>