examples: Preload onmouseover images, so it's more responsive to the user.

This commit is contained in:
Ryan C. Gordon
2025-09-16 14:22:39 -04:00
parent efb5829124
commit 1c9127ee4d
3 changed files with 18 additions and 5 deletions

View File

@@ -6,6 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>@project_name@ Examples</title>
<link rel="icon" href="/@project_name@/thumbnail.png" type="image/png" />
@preload_images_html@
<link
rel="stylesheet"
type="text/css"