icon.html (1087B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <title>Icon</title> 5 <style> 6 body { 7 font-family: -apple-system; 8 font-size: 24px; 9 font-weight: 100; 10 text-align: center; 11 } 12 </style> 13 </head> 14 <body> 15 <p>Take a screenshot of these DOM nodes to2x make a PNG.</p> 16 <p><img src="icon.svg" height="8" width="8" alt="8x8 / 16x16 @ 2x"></p> 17 <p><img src="icon.svg" height="16" width="16" alt="16x16 / 32x32 @ 2x"></p> 18 <p><img src="icon.svg" height="32" width="32" alt="32x32 / 32x32 @ 2x"></p> 19 <p><img src="icon.svg" height="32" width="32" alt="32x32 / 64x64 @ 2x"></p> 20 <p><img src="icon.svg" height="64" width="64" alt="64x64 / 128x128 @ 2x"></p> 21 <p><img src="icon.svg" height="128" width="128" alt="128x128 / 256x256 @ 2x"></p> 22 <p><img src="icon.svg" height="256" width="256" alt="256x256 / 512x512 @ 2x"></p> 23 <p><img src="icon.svg" height="512" width="512" alt="512x512 / 1024x1024 @ 2x"></p> 24 </body> 25 </html>