Add DNS prefetch for google fonts and bootstrap CSS to index.html

This commit is contained in:
Ace Pace 2020-04-30 00:54:35 +03:00
parent 572b90df64
commit 2f7eb05a33
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="dns-prefetch" href="//netdna.bootstrapcdn.com">
</head>
<body>
<div id="app"></div>