mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Update redirect.html
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-US">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title>Bootstrap - Content moved</title>
|
<title>Bootstrap - Content moved</title>
|
||||||
<link rel="canonical" href="{{ page.redirect.to }}">
|
<link rel="canonical" href="{{ page.redirect.to }}">
|
||||||
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
|
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
|
||||||
@@ -31,6 +32,6 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>Redirecting…</h1>
|
<h1>Redirecting…</h1>
|
||||||
<a href="{{ page.redirect.to }}">Click here if you are not redirected</a>
|
<a href="{{ page.redirect.to }}">Click here if you are not redirected</a>
|
||||||
<script>location="{{ page.redirect.to }}"</script>
|
<script>window.location="{{ page.redirect.to }}";</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user