mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 20:09:38 +08:00
examples: Add some metadata to the generated webpages.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<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" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
@@ -15,6 +16,12 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="@project_name@ Examples">
|
||||
<meta property="og:description" content="@project_name@ Examples">
|
||||
<meta property="og:image" content="@preview_image@" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user