Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html;charset=iso-8859-2">
- <script type="text/javascript" src="jquery-1.8.1.min.js"></script>
- <script type="text/javascript" src="script.js"></script>
- <style>
- td{
- background-color: aqua;
- width: 20;
- height: 20;
- }
- </style>
- </head>
- <body>
- <div id="kalendarzNawigacja">
- <button id="kalendarzWstecz"><</button>
- <span>-</span>
- <button id="kalendarzDalej">></button>
- </div>
- <table>
- </table>
- <div id="kontener">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement