Refactor HTML structure and improve PHP code formatting in peruwianka.php
This commit is contained in:
parent
d5255ea7fd
commit
fbcecbf5d1
@ -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>
|
||||
Loading…
x
Reference in New Issue
Block a user