0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/site/layouts/partials/redirect.html
2020-11-17 15:54:47 +02:00

12 lines
329 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ . }}</title>
<link rel="canonical" href="{{ . }}">
<meta name="robots" content="noindex">
<meta http-equiv="refresh" content="0; url={{ . }}">
</head>
</html>