[wip] preload styles

This commit is contained in:
hippoz 2020-10-07 18:49:28 +03:00
parent a1f2b19195
commit 43c3ccbeb1

View file

@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hippoz</title> <title>hippoz</title>
<link rel="stylesheet" href="/res/style.css"> <link rel="preload" href="/res/style.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link preload rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap"> <link rel="preload" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<meta name="Description" content="Hippoz's homepage on hippoz.xyz with a file server, a git server, an about page, and a contact page."> <meta name="Description" content="Hippoz's homepage on hippoz.xyz with a file server, a git server, an about page, and a contact page.">
</head> </head>