Skip to content

Commit

Permalink
add: images preload
Browse files Browse the repository at this point in the history
  • Loading branch information
bek77g committed Jul 5, 2023
1 parent bebabcb commit 1895e9c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@
sizes="16x16"
href="/favicon/favicon-16x16.png"
/>
<link rel="preload" href="images/hg-0.png" as="image" />
<link rel="preload" href="images/hg-1.png" as="image" />
<link rel="preload" href="images/hg-2.png" as="image" />
<link rel="preload" href="images/hg-3.png" as="image" />
<link rel="preload" href="images/hg-4.png" as="image" />
<link rel="preload" href="images/hg-5.png" as="image" />
<link rel="preload" href="images/hg-6.png" as="image" />
<link rel="preload" href="images/hg-7.png" as="image" />
<link rel="preload" href="images/hg-8.png" as="image" />
<link rel="preload" href="images/hg-9.png" as="image" />
<link rel="preload" href="images/hg-10.png" as="image" />
<link rel="preload" href="images/hg-win.png" as="image" />
</head>
<body>
<div id="app">
Expand Down

0 comments on commit 1895e9c

Please sign in to comment.