This commit is contained in:
jakub
2026-01-13 00:24:42 +01:00
parent 4ff7a7c3b1
commit f0ebb9cf18
18 changed files with 3123 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?php
?>
<!doctype html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Z43 - Liczba dwucyfrowa</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Zadanie Z43</h1>
<h2>Autor: Jakub Grzegorczyk</h2>
</header>
<div class="box">
<p></p>
</div>
</body>
</html>