categories bar under home
This commit is contained in:
parent
6f2251bbeb
commit
6a406e6774
40
home.php
40
home.php
@ -1,5 +1,45 @@
|
|||||||
<?php include "header.php"; ?>
|
<?php include "header.php"; ?>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/style.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<nav class="nav" aria-label="Homenavigation">
|
||||||
|
<div class="nav__inner2 container">
|
||||||
|
<div class="nav__menu" id="nav-menu">
|
||||||
|
|
||||||
|
<ul class="nav__list">
|
||||||
|
|
||||||
|
<li class="nav__categories">
|
||||||
|
<p>Elektronik</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="nav__categories">
|
||||||
|
<p>Computer</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="nav__categories">
|
||||||
|
<p>Smartphones</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="nav__categories">
|
||||||
|
<p>Kopfhörer</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="nav__categories">
|
||||||
|
<p>Laptop</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<?php echo "Test123" ?>
|
<?php echo "Test123" ?>
|
||||||
|
|
||||||
<?php include "footer.php"; ?>
|
<?php include "footer.php"; ?>
|
||||||
Loading…
Reference in New Issue
Block a user