0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-23 15:52:21 +01:00

Fix redirect.

This commit is contained in:
XhmikosR 2019-02-28 14:51:18 +02:00
parent 07cc39e1cc
commit c6ad25b940

View File

@ -2,10 +2,10 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.1/extend/approach/">
<script>location="https://getbootstrap.com/docs/4.1/extend/approach/"</script>
<meta http-equiv="refresh" content="0; url=https://getbootstrap.com/docs/4.1/extend/approach/">
<link rel="canonical" href="https://getbootstrap.com/docs/4.2/extend/approach/">
<script>location="https://getbootstrap.com/docs/4.2/extend/approach/"</script>
<meta http-equiv="refresh" content="0; url=https://getbootstrap.com/docs/4.2/extend/approach/">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="https://getbootstrap.com/docs/4.1/extend/approach/">Click here if you are not redirected.</a>
<a href="https://getbootstrap.com/docs/4.2/extend/approach/">Click here if you are not redirected.</a>
</html>