Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. let magnets = [
  2. {
  3. price:100,
  4. desctiption:blabalbla,
  5. img:./assets/img/deer-head.png,
  6. linkForBying:"somelink"
  7. }
  8. {
  9. price:100,
  10. desctiption:blabalbla,
  11. img:./assets/img/deer-head.png,
  12. linkForBying:"somelink"
  13. }
  14. {
  15. price:100,
  16. desctiption:blabalbla,
  17. img:./assets/img/deer-head.png,
  18. linkForBying:"somelink"
  19. }
  20.  
  21. {
  22. price:100,
  23. desctiption:blabalbla,
  24. img:./assets/img/deer-head.png,
  25. linkForBying:"somelink"
  26. }
  27.  
  28. {
  29. price:100,
  30. desctiption:blabalbla,
  31. img:./assets/img/deer-head.png,
  32. linkForBying:"somelink"
  33. }
  34. {
  35. price:100,
  36. desctiption:blabalbla,
  37. img:./assets/img/deer-head.png,
  38. linkForBying:"somelink"
  39. }
  40. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement