firts commit
This commit is contained in:
18
templates/header.php
Normal file
18
templates/header.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<?php include(INCLUDES_FOLD . "head_links.php"); ?>
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<ul class="main-nav">
|
||||
<li><a href="#">Home</a></li>
|
||||
<li><a href="#">Page1</a></li>
|
||||
<li><a href="#">Page2</a></li>
|
||||
<li><a href="#">Page3</a></li>
|
||||
<li><a href="#">Page4</a></li>
|
||||
</ul>
|
||||
</header>
|
||||
Reference in New Issue
Block a user