Updated index.html
Added "preconnect" http://caniuse.com/#feat=link-rel-preconnect
This commit is contained in:
parent
f049861d34
commit
c0a75c6eea
@ -7,6 +7,7 @@
|
||||
<meta name="author" content="Jan Jastrow" />
|
||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
||||
<link rel="dns-prefetch" href="//fonts.gstatic.com" />
|
||||
<link href='//fonts.gstatic.com' rel='preconnect' crossorigin />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="css/main.min.css" type="text/css" />
|
||||
|
Loading…
Reference in New Issue
Block a user