marzipano/layouts/index.html

12 lines
280 B
HTML
Raw Normal View History

2024-10-02 20:01:42 +02:00
<!DOCTYPE html>
<html>
<head>
<title>{{ "/tour" | absURL }}/</title>
<link rel="canonical" href="{{ `/tour` | absURL }}" />
<meta name="robots" content="noindex">
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url={{ `/tour` | absURL }}" />
</head>
</html>