Simplify header.php by removing unnecessary whitespace.
Extraneous blank lines were removed to improve code readability and maintain consistent formatting. These changes help streamline the file without altering functionality.
This commit is contained in:
parent
4ddd8a79b1
commit
6bf07a39d0
@ -4,23 +4,16 @@
|
||||
<?php
|
||||
include_once "meta/meta.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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user