small pixel drawing of a pufferfish j3s.sh

templates/head.html

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{{ define "head" }}
<!doctype html>
<html>
<head>
  <link rel="stylesheet" href="/static/style.css" type="text/css">
  <link rel='shortcut icon' href='/static/favicon.ico'>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>j3s.sh</title>
  <link rel="alternate" title="Sitewide Atom feed" type="application/atom+xml" href="/feed.atom" />
  <link href="https://github.com/biox" rel="me" />
  <script data-goatcounter="https://j3s.goatcounter.com/count"
        async src="//gc.zgo.at/count.js"></script>
</head>
{{ end }}