mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
perf: deferred css load
This commit is contained in:
parent
ac063d4f07
commit
55f8b2a491
1 changed files with 4 additions and 3 deletions
|
|
@ -107,9 +107,10 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="index.css?v=29052022" />
|
||||
<link rel="stylesheet" href="icons.css" />
|
||||
<link rel="stylesheet" href="libs/jquery-ui.css?v=29052022" />
|
||||
|
||||
<link rel="preload" href="index.css?v=04062022" as="style" onload="this.onload=null; this.rel='stylesheet'" />
|
||||
<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>
|
||||
<body>
|
||||
<svg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue