head as include
This commit is contained in:
parent
827ec9075e
commit
91993cf685
7 changed files with 16 additions and 46 deletions
|
|
@ -6,14 +6,7 @@ error_reporting(E_ALL);
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>DTCH - PUBG Clan - Average User Stats</title>
|
||||
<link rel="stylesheet" href="./includes/styles.css">
|
||||
<script src="./lib/sorttable.js"></script>
|
||||
</head>
|
||||
<?php include './includes/head.php'; ?>
|
||||
<body>
|
||||
|
||||
<?php include './includes/navigation.php'; ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue