header move and image to webp
This commit is contained in:
parent
c214493b0b
commit
d645b9d5ed
9 changed files with 36 additions and 30 deletions
|
|
@ -11,10 +11,11 @@ error_reporting(E_ALL);
|
|||
|
||||
<body>
|
||||
|
||||
<?php include './includes/navigation.php'; ?>
|
||||
<header>
|
||||
<img src="./images/banner2.png" alt="banner" class="banner">
|
||||
</header>
|
||||
<?php
|
||||
include './includes/navigation.php';
|
||||
include './includes/header.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
<section>
|
||||
<h2>Player Stats past month</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue