mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
12 lines
356 B
HTML
12 lines
356 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>{{ .Permalink }}</title>
|
||
|
<link rel="canonical" href="{{ .Permalink }}">
|
||
|
<meta name="robots" content="noindex">
|
||
|
<meta http-equiv="refresh" content="0; url={{ .Permalink }}">
|
||
|
</head>
|
||
|
</html>
|