marzipano/layouts/index.html
Denys Konovalov 4de399a7cf
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 2m11s
Reinit marzipano
2024-10-02 20:01:42 +02:00

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>