Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f67805c6
Commit
f67805c6
authored
7 years ago
by
XhmikosR
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update redirect.html
parent
fd8c052c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_layouts/redirect.html
+3
-2
_layouts/redirect.html
with
3 additions
and
2 deletions
+3
-2
_layouts/redirect.html
+
3
-
2
View file @
f67805c6
<!DOCTYPE html>
<html
lang=
"en
-US
"
>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<title>
Bootstrap - Content moved
</title>
<link
rel=
"canonical"
href=
"{{ page.redirect.to }}"
>
<meta
http-equiv=
"refresh"
content=
"0; url={{ page.redirect.to }}"
>
...
...
@@ -31,6 +32,6 @@
<body>
<h1>
Redirecting…
</h1>
<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>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment