Refactor HTML structure and improve PHP code formatting in peruwianka.php

This commit is contained in:
ZareMate 2025-01-14 21:15:20 +01:00
parent d5255ea7fd
commit fbcecbf5d1
Signed by: zaremate
GPG Key ID: 369A0E45E03A81C3

View File

@ -1,10 +1,12 @@
<!DOCTYPE html>
<html lang="PL">
<head>
<meta charset="UTF-8">
<title>Hodowla świnek morskich</title>
<link rel="stylesheet" href="styl.css">
</head>
<body>
<header>
<h1>Hodowla świnek morskich - zamów świnkowe maluszki</h1>
@ -46,7 +48,8 @@
echo "<p>Oznaczenie miotu: " . $rasa[1] . "</p>";
}
mysqli_close($mysqli);
?><hr>
?>
<hr>
<h2>Świnki w tym miocie</h2>
<?php
$mysqli = mysqli_connect('localhost', 'root', '', 'hodowla');
@ -64,6 +67,7 @@
<p>Stronę wykonał: CHUJ DUPA CIPA</p>
</footer>
<!-- huj -->
</body>
</html>