mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-14 02:24:00 +01:00
12 lines
374 B
HTML
12 lines
374 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<title>{{ .Permalink }}</title>
|
||
|
<link rel="canonical" href="{{ .Permalink }}">
|
||
|
<meta name="robots" content="noindex">
|
||
|
<meta http-equiv="refresh" content="0; url={{ .Permalink }}">
|
||
|
</head>
|
||
|
</html>
|