repos/kloeckner.com.ar

Backup of part of my webpage
Commits Files Refs README LICENSE
common/head.shtml (18 lines)
   1 <meta charset="utf-8">
   2 <link rel="preconnect" href="https://fonts.googleapis.com">
   3 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   4 
   5 <link 
   6     as="style"
   7     rel="stylesheet preload prefetch" 
   8     href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400&display=swap" 
   9     type="text/css" 
  10     crossorigin="anonymous"/>
  11 
  12 <link 
  13     rel="stylesheet"
  14     href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=contrast"/>
  15 
  16 <link rel='stylesheet' type='text/css' href="/css/style.css?ver=0.5.6">
  17 <link rel="icon" type="image/x-icon" href="favicon.webp">
  18 <script type="text/javascript" src="/scripts/js/color-scheme-toggle.js"></script>