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