Browse Source

Bilde

master
Vitalijss 5 years ago
parent
commit
02dc90c6ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.php

+ 1
- 1
index.php View File

@@ -15,7 +15,7 @@ $result = mysqli_query($conn,$meklejam);
<?php while($row = mysqli_fetch_assoc($result)) {
echo '<h3>Atlikuši '.$row['BrikAtlicis'].' iepakojumi</h3>';
} ?>
<img width=500px height=500px src="/img/briketes.png" alt="Briketes">
<img width=300px height=300px src="/img/briketes.png" alt="Briketes">
<br>
<input type="submit" name="pievienot" class="w3-button w3-jumbo w3-green" value="-1">
</form>


Loading…
Cancel
Save

Powered by TurnKey Linux.