mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
17 lines
708 B
HTML
17 lines
708 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="${title}" />
|
|
<meta property="og:description" content="${description}" />
|
|
<meta property="og:image" content="${image}" />
|
|
<meta property="description" content="${description}" />
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
${disable_redirect_start} <meta property="og:url" content="${display_url}" />
|
|
<meta http-equiv="refresh" content="0; url=${redirect_url}"> ${disable_redirect_end}
|
|
</head>
|
|
<body>
|
|
<div>In case the redirect fails, please <a href="${redirect_url_fallback}">click here</a>.</div>
|
|
</body>
|
|
</html>
|