perf: deferred css load

This commit is contained in:
Azgaar 2022-06-04 14:46:27 +03:00
parent ac063d4f07
commit 55f8b2a491

View file

@ -107,9 +107,10 @@
} }
} }
</style> </style>
<link rel="stylesheet" href="index.css?v=29052022" />
<link rel="stylesheet" href="icons.css" /> <link rel="preload" href="index.css?v=04062022" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="stylesheet" href="libs/jquery-ui.css?v=29052022" /> <link rel="preload" href="icons.css?v=04062022" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="preload" href="libs/jquery-ui.css?v=04062022" as="style" onload="this.onload=null; this.rel='stylesheet'" />
</head> </head>
<body> <body>
<svg <svg