Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="style.css" type="text/css">
- <link rel="stylesheet" href="czcionka.css" type="text/css">
- <title>Opis</title>
- </head>
- <body>
- <div id="banner">
- <a href="index.html"><img src="banner.png"></a>
- </div>
- <div id="lewy">
- <a href="opis.html">Opis</a><br>
- <a href="liczba.html">Jaka to liczba?</a><br>
- <a href="zakres.html">Liczby całkowite z zakresu</a><br>
- </div>
- <div id="prawy">
- <p>12345678901</p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement