czerkies / romanczerkies.31

GitHub repository of the romanczerkies.fr project Version 31
https://romanczerki.es
0 stars 1 forks source link

Add redirection to improve the use of `shortcuts` member in `webmanifest` #169

Closed czerkies closed 3 months ago

czerkies commented 5 months ago

Redirect with http-equiv="refresh" to improve the use of shortcuts member in webmanifest

HTML template for redirections:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="color-scheme" content="light dark">
        <title>Roman Czerkies - {REDIRECTION_NAME}</title>
        <meta http-equiv="refresh" content="0; URL="{REDIRECTION_URL}">
    </head>
</html>