diff options
| author | XhmikosR <[email protected]> | 2019-01-02 12:30:42 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-03 20:58:42 +0200 |
| commit | 7dda39140f08671515092e0581210e9ba2d9ecb1 (patch) | |
| tree | 108aee5f329f41ee663e0fb5c7e60425bb29b08e /javascript | |
| parent | 96d7dd1ec84043f713f6d016116dfd21a500428a (diff) | |
| download | bootstrap-7dda39140f08671515092e0581210e9ba2d9ecb1.tar.xz bootstrap-7dda39140f08671515092e0581210e9ba2d9ecb1.zip | |
Update redirects template.
Diffstat (limited to 'javascript')
| -rw-r--r-- | javascript/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/javascript/index.html b/javascript/index.html index 6522eb73a..d78867b34 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -1,10 +1,11 @@ <!DOCTYPE html> <html lang="en-US"> <meta charset="utf-8"> - <title>Redirecting…</title> + <title>Redirecting…</title> <link rel="canonical" href="https://getbootstrap.com/docs/3.4/javascript/"> + <script>location="https://getbootstrap.com/docs/3.4/javascript/"</script> <meta http-equiv="refresh" content="0; url=https://getbootstrap.com/docs/3.4/javascript/"> - <h1>Redirecting…</h1> + <meta name="robots" content="noindex"> + <h1>Redirecting…</h1> <a href="https://getbootstrap.com/docs/3.4/javascript/">Click here if you are not redirected.</a> - <script>location="https://getbootstrap.com/docs/3.4/javascript/"</script> </html> |
