Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Strona</title>
  6. <link rel="stylesheet" type="text/css" href="style.css">
  7.  
  8.  
  9. </head>
  10.  
  11. <body>
  12.  
  13. <div class="opis">Wybierz zestaw figur:</div>
  14. <div class="opis">Zestaw numer 1:</div>
  15. <div class="obraz"><img width = "400" src="ZestawFigur1.jpg"/></div>
  16. <div class="opis">Zestaw numer 2:</div>
  17. <div class="obraz"><img width = "400" src="ZestawFigur2.jpg"/></div>
  18.  
  19.  
  20. <canvas id="plotno" width="400" height="400" style="border:1px solid;"></canvas><br>
  21.  
  22.  
  23.  
  24.  
  25.  
  26. </body>
  27.  
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement