2017-10-03 12:34:59 -04:00
|
|
|
<!doctype html>
|
2017-08-17 06:09:22 -04:00
|
|
|
<html lang="en">
|
2017-08-13 03:04:19 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2017-08-17 06:09:22 -04:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2017-12-04 18:02:29 -05:00
|
|
|
<title>Bootstrap · Content moved</title>
|
2017-08-13 03:04:19 -04:00
|
|
|
<link rel="canonical" href="{{ page.redirect.to }}">
|
|
|
|
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
|
2017-12-04 18:02:29 -05:00
|
|
|
<meta name="robots" content="noindex">
|
2017-08-13 03:04:19 -04:00
|
|
|
<style>
|
2017-08-13 20:50:29 -04:00
|
|
|
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;
|
|
|
|
}
|
2017-08-13 03:04:19 -04:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2017-12-04 18:02:29 -05:00
|
|
|
<h1>Redirecting…</h1>
|
2017-08-13 20:50:29 -04:00
|
|
|
<a href="{{ page.redirect.to }}">Click here if you are not redirected</a>
|
2017-08-17 06:09:22 -04:00
|
|
|
<script>window.location="{{ page.redirect.to }}";</script>
|
2017-08-13 03:04:19 -04:00
|
|
|
</body>
|
|
|
|
</html>
|