1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-01 11:20:26 +02:00

update to v4.1 docs and modify v4.0 docs to include links back

This commit is contained in:
Mark Otto
2018-04-09 09:02:59 -07:00
parent 1382b7a38a
commit 47b3c9cdef
246 changed files with 63044 additions and 10887 deletions

View File

@@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bootstrap · Content moved</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/">
<meta http-equiv="refresh" content="0; url=https://getbootstrap.com/docs/4.0/examples/">
<link rel="canonical" href="https://getbootstrap.com/docs/4.1/examples/">
<meta http-equiv="refresh" content="0; url=https://getbootstrap.com/docs/4.1/examples/">
<meta name="robots" content="noindex">
<style>
html {
@@ -32,7 +32,7 @@
</head>
<body>
<h1>Redirecting&hellip;</h1>
<a href="https://getbootstrap.com/docs/4.0/examples/">Click here if you are not redirected</a>
<script>window.location="https://getbootstrap.com/docs/4.0/examples/";</script>
<a href="https://getbootstrap.com/docs/4.1/examples/">Click here if you are not redirected</a>
<script>window.location="https://getbootstrap.com/docs/4.1/examples/";</script>
</body>
</html>