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>
|
<!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>
|
||||||
Loading…
x
Reference in New Issue
Block a user