Denys Konovalov
4de399a7cf
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 2m11s
12 lines
280 B
HTML
12 lines
280 B
HTML
<!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> |