header move and image to webp
This commit is contained in:
parent
13f7775fa3
commit
6fe86d4e8c
9 changed files with 36 additions and 30 deletions
|
|
@ -27,11 +27,11 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
<?php include './includes/head.php'; ?>
|
||||
|
||||
<body>
|
||||
<?php include './includes/navigation.php'; ?>
|
||||
<?php
|
||||
include './includes/navigation.php';
|
||||
include './includes/header.php';
|
||||
?>
|
||||
|
||||
<header>
|
||||
<img src="./images/banner2.png" alt="banner" class="banner">
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue