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