add preconnect

This commit is contained in:
Roy Olav Purser 2020-04-29 10:46:02 +02:00
parent 81137d442c
commit 93e70bf901
No known key found for this signature in database
GPG Key ID: 0BA77797F072BC52

View File

@ -1,5 +1,6 @@
<html>
<head>
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="/flag.png" type="image/png">
<style>* { font-family: 'Noto Sans', sans-serif; }</style>