Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>Lista zadań</title>
- <link rel="stylesheet" href="style.css" />
- <script src="script.js" defer></script>
- </head>
- <body>
- <div id="dodajElement">
- <h1>Lista zakupów</h1>
- <input id="element" type="text" maxlength="25" />
- <button id="przyciskDodaj">Dodaj produkt</button>
- <button id="przyciskDrukuj">Drukuj</button>
- <p id="komunikat"></p>
- </div>
- <div id="doWydrukowania">
- <div id="kontenerLista">
- <ol id="listaZadan"></ol>
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment