index.html (1605B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <title>Squircley | SVG Squircle Maker</title> 7 <link rel="canonical" href="https://squircley.app/" /> 8 <meta 9 name="keywords" 10 content="Squircle, SVG, Generator, Maker, Design, Icon, Shape, UI, HTML, CSS" 11 /> 12 <meta property="og:title" content="Squircley | SVG Squircle Maker" /> 13 <meta property="og:type" content="website" /> 14 <meta property="og:url" content="https://squircley.app" /> 15 <meta 16 name="description" 17 content="Create and export beautiful SVG squircles to use in your designs!" 18 /> 19 <meta 20 property="og:image" 21 content="https://squircley.app/og-image.png" 22 /> 23 <meta 24 property="og:description" 25 content="Create and export beautiful SVG squircles to use in your designs!" 26 /> 27 <link 28 href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&display=swap" 29 rel="stylesheet" 30 /> 31 </head> 32 <body> 33 <div class="carbon-wrapper"> 34 <script 35 async 36 type="text/javascript" 37 src="//cdn.carbonads.com/carbon.js?serve=CE7DEK3U&placement=squircleyapp" 38 id="_carbonads_js" 39 ></script> 40 </div> 41 <div id="app"></div> 42 <noscript>Please enable JavaScript and reload the page.</noscript> 43 </body> 44 </html>