1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

Redirect to latest 3.4 release.

This commit is contained in:
XhmikosR
2018-12-30 17:11:40 +02:00
parent a14aaa9d3c
commit e73b40ba61
3 changed files with 12 additions and 12 deletions

View File

@@ -2,9 +2,9 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://getbootstrap.com/docs/3.3/javascript/">
<meta http-equiv="refresh" content="0; url=https://getbootstrap.com/docs/3.3/javascript/">
<link rel="canonical" href="https://getbootstrap.com/docs/3.4/javascript/">
<meta http-equiv="refresh" content="0; url=https://getbootstrap.com/docs/3.4/javascript/">
<h1>Redirecting…</h1>
<a href="https://getbootstrap.com/docs/3.3/javascript/">Click here if you are not redirected.</a>
<script>location="https://getbootstrap.com/docs/3.3/javascript/"</script>
<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>