Moved css to https.

This commit is contained in:
T T 2018-11-10 15:13:09 +01:00
parent bfed14b629
commit f89567986d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import "html/template"
var header = template.Must(template.New("header").Parse(`<html>
<head>
<title>{{.Title}}</title>
<link rel="stylesheet" href="http://tilde.cat/style.css">
<link rel="stylesheet" href="https://tilde.cat/style.css">
</head>
<body>
`))