diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-04-25 15:08:02 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-04-25 15:08:02 +0200 |
| commit | 8fc79074f2a40e5c1917be90b234df9de8831ca9 (patch) | |
| tree | 712b3dc6e6d14b7e908338593b18605e3d14bca6 /public/products.php | |
| parent | 7eecf6d9577eb81498fcf35bdd7ae375b227b69c (diff) | |
fix products style
Diffstat (limited to 'public/products.php')
| -rw-r--r-- | public/products.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/products.php b/public/products.php index b42e4db..077702a 100644 --- a/public/products.php +++ b/public/products.php @@ -10,22 +10,22 @@ <div class="main limwidth"> <h2>lijst met producten:</h2> <div class="products"> - <a href="/product.php?id=123" class="product"> + <a href="/product.php?id=123" class="product nolinkstyle"> <img src="img/placeholder.png" alt=""> <span class="price">3,45</span> <span class="name">courgette</span> </a> - <a href="/product.php?id=123" class="product"> + <a href="/product.php?id=123" class="product nolinkstyle"> <img src="img/placeholder.png" alt=""> <span class="price">3,45</span> <span class="name">courgette</span> </a> - <a href="/product.php?id=123" class="product"> + <a href="/product.php?id=123" class="product nolinkstyle"> <img src="img/placeholder.png" alt=""> <span class="price">3,45</span> <span class="name">courgette</span> </a> - <a href="/product.php?id=123" class="product"> + <a href="/product.php?id=123" class="product nolinkstyle"> <img src="img/placeholder.png" alt=""> <span class="price">3,45</span> <span class="name">courgette</span> |