Commit entrega 2

This commit is contained in:
janmaroto 2021-12-14 17:19:28 +01:00
commit 7fc57d4e86
13 changed files with 351 additions and 78 deletions

View file

@ -12,9 +12,9 @@
<a href="home.php" class="w3-bar-item w3-button"><b>Botiga</b> php</a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="#projects" class="w3-bar-item w3-button">Products</a>
<a href="#about" class="w3-bar-item w3-button">Register</a>
<a href="#contact" class="w3-bar-item w3-button">Login</a>
<a href="my-products.php" class="w3-bar-item w3-button">My Products</a>
<a href="register-page.php" class="w3-bar-item w3-button">Register</a>
<a href="login-page.php" class="w3-bar-item w3-button">Login</a>
</div>
</div>
</div>