templates/partials/head.html (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<link rel="stylesheet" href="/static/style.css" type="text/css" />
<link rel="stylesheet" href="/static/syntax.css" type="text/css" />
<link
rel="stylesheet"
href="https://cdn.icyphox.sh/fonts/fonts.css"
type="text/css"
/>
<meta name="viewport" content="initial-scale=1,width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta charset="UTF-8" />
<meta name="HandheldFriendly" content="true" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.png" />
<meta name="theme-color" content="#ffffff" />
<link href="https://h.icyphox.sh/u/icy" rel="me" />
|