header from includes
This commit is contained in:
parent
87991f5eb2
commit
649637b632
Binary file not shown.
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo $page_title; ?></title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/assets/css/normalize.css">
|
||||
<link rel="stylesheet" href="/assets/fonts/byl-iconfont-v3.2/icons.css"/>
|
||||
<link rel="stylesheet" href="/assets/css/style.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
14
index.php
14
index.php
|
@ -1,14 +1,6 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>edbrz9</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="assets/css/normalize.css">
|
||||
<link rel="stylesheet" href="assets/fonts/byl-iconfont-v3.2/icons.css"/>
|
||||
<link rel="stylesheet" href="assets/css/style.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<?php $page_title = "edbrz9 Home"; ?>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/header.php"); ?>
|
||||
|
||||
<nav>
|
||||
<section id="left-nav">
|
||||
|
|
Loading…
Reference in New Issue