Moved PHP includes inside the `<head>` tag in `header.php` for proper structure and readability. Fixed a typo in variable name `$URLsorrection` in `index.php` to ensure correct script inclusion.
33 lines
1.2 KiB
PHP
33 lines
1.2 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<?php
|
|
|
|
include_once "meta/meta.php";
|
|
include_once "meta/config.php";
|
|
|
|
?>
|
|
<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>
|
|
|