mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-14 22:05:59 +00:00
examples: Preload onmouseover images, so it's more responsive to the user.
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>@project_name@ Examples: @category_description@</title>
|
||||
<link rel="icon" href="/@project_name@/thumbnail.png" type="image/png" />
|
||||
|
||||
@preload_images_html@
|
||||
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
@@ -21,7 +24,6 @@
|
||||
<meta property="og:title" content="@project_name@ Examples: @category_description@">
|
||||
<meta property="og:description" content="@project_name@ Examples: @category_description@">
|
||||
<meta property="og:image" content="@preview_image@" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user