tikz.escobar.life

The setup for tikz.escobar.life

head.html (919B)

 1 <meta charset="utf-8">
 2 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 3 <title>TikZ Gallery</title>
 4 <meta name="description" content="A gellery of the TikZ drawings I use">
 5 <meta name="author" content="Pablo">
 6 <meta name="copyright" content="GPLv3">
 7 
 8 <link rel="stylesheet" href="/css/styles.css">
 9 <link rel="icon"
10       type="image/svg+xml"
11       sizes="16x16 24x24 32x32 48x48 64x64 128x128 256x256 512x512"
12       href="/icons/favicon.svg">
13 <link rel="preload" as="font" href="/fonts/alfa-slab.woff2">
14 
15 <meta property="twitter:title" content="TikZ Gallery">
16 <meta property="twitter:description"
17       content="A gallery of the TikZ drawings I use">
18 
19 <meta property="og:title" content="TikZ Gallery"/>
20 <meta property="og:url" content="https://tikz.escobar.life"/>
21 <meta property="og:description"
22       content="A gallery of the TikZ drawings I use"/>
23 <meta property="og:locale" content="en_US"/>