-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
31 lines (27 loc) · 883 Bytes
/
Copy pathheader.php
File metadata and controls
31 lines (27 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
?>
<html>
<head>
<meta charset="utf-8">
<title>Ingrediente</title>
<meta name="description" content="Pagina de ingrediente">
<meta name="author" content="secret sante">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<label class="logo"><a href="home.php">Preparatele lu'Isus</a></label>
<ul>
<li><a href="home.php" class="active" >Ingrediente</a></li>
<li><a href="preparate.php" class="active">Preparate</a></li>
<li><a href="alege.php">Alegere</a></li>
<li><a href="afisare.php">Afisare</a></li>
</ul>
</nav>
</body>
</html>