36 lines
1.1 KiB
PHP
Raw Normal View History

2025-01-23 13:22:54 +01:00
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Najważniejsze Daty Polski</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="menu-lewy">
<h1>Najważniejsze daty w historii Polski</h1>
</div>
<div class="menu-prawy">
<a href="index.php"><img src="herb.png" alt="HERB"></a>
</div>
<div class="content">
<h3>
<?php
session_start();
echo'Pytanie nr. ', $_SESSION['zadanie']++.' z 5';
?>
</h3>
<div class="form-container">
<form action="page3.php">
<h3>UNIA LUBELSKA</h3>
<input type="radio" name="p2" id=""><span>1648</span><br>
<input type="radio" name="p2" id=""><span>1525</span><br>
<input type="radio" name="p2" id=""><span>1492</span><br>
<input type="radio" name="p2" id=""><span>1589</span><br>
<br>
<input type="submit" value="NASTĘPNE PYTANIE" class="next">
</form>
</div>
</div>
</body>
</html>