0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00
Bootstrap/docs/index.html

39 lines
1.3 KiB
HTML
Raw Normal View History

2017-10-19 21:22:00 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2017-12-28 18:55:44 +01:00
<title>Bootstrap · Content moved</title>
2017-10-19 21:22:00 +02:00
<link rel="canonical" href="https://getbootstrap.com/docs/4.0/getting-started/introduction/">
<meta http-equiv="refresh" content="0; url=https://getbootstrap.com/docs/4.0/getting-started/introduction/">
2017-12-28 18:55:44 +01:00
<meta name="robots" content="noindex">
2017-10-19 21:22:00 +02:00
<style>
html {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
width: 100vw;
height: 100vh;
text-align: center;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1 {
margin-top: 0;
margin-bottom: .5rem;
}
a {
color: #007bff;
text-decoration: none;
}
</style>
</head>
<body>
2017-12-28 18:55:44 +01:00
<h1>Redirecting&hellip;</h1>
2017-10-19 21:22:00 +02:00
<a href="https://getbootstrap.com/docs/4.0/getting-started/introduction/">Click here if you are not redirected</a>
<script>window.location="https://getbootstrap.com/docs/4.0/getting-started/introduction/";</script>
</body>
2017-08-11 06:04:59 +02:00
</html>