clan info on main page
This commit is contained in:
parent
e0ebeea158
commit
1bee0134b7
2 changed files with 80 additions and 48 deletions
|
|
@ -4,7 +4,10 @@
|
|||
|
||||
<body>
|
||||
|
||||
<?php include './includes/navigation.php'; ?>
|
||||
<?php
|
||||
include './includes/navigation.php';
|
||||
include './config/config.php';
|
||||
?>
|
||||
<header>
|
||||
<img src="./images/banner2.png" alt="banner" class="banner">
|
||||
</header>
|
||||
|
|
@ -12,7 +15,7 @@
|
|||
<section>
|
||||
<h2>Clan Stats</h2>
|
||||
<?php
|
||||
include './config/config.php';
|
||||
|
||||
|
||||
// Load clan data from claninfo.json
|
||||
$clanInfoPath = './data/claninfo.json';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue