2
0

update_icon_preview.html 674 B

12345678910111213141516171819
  1. <html>
  2. <body>
  3. <div style='margin: 20px; background: #f6f6f6; border-radius: 8px; width: 340px; height: 340px; float: left; '>
  4. <img src='../setup/icon.svg' width='300' style='position: relative; top: 20px; left: 20px;'>
  5. </div>
  6. <div style='margin: 20px; background: #d8d8d8; border-radius: 8px; width: 340px; height: 340px; float: left; '>
  7. <img src='../setup/icon.svg' width='300' style='position: relative; top: 20px; left: 20px;'>
  8. </div>
  9. <div style='margin: 20px; background: #aaaaaa; border-radius: 8px; width: 340px; height: 340px; float: left; '>
  10. <img src='../setup/icon.svg' width='300' style='position: relative; top: 20px; left: 20px;'>
  11. </div>
  12. </body>
  13. </html>