Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
HCI-Development
HCI Theme
Commits
4e9cc3be
Commit
4e9cc3be
authored
Sep 18, 2020
by
tron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
redirect layout
parent
6b86d3a4
Pipeline
#26698
passed with stage
in 13 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
_layouts/redirected.html
_layouts/redirected.html
+14
-0
No files found.
_layouts/redirected.html
0 → 100644
View file @
4e9cc3be
<!DOCTYPE html>
<html>
<head>
<link
rel=
"canonical"
href=
"{{ page.redirect_to }}"
/>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"refresh"
content=
"0;url={{ page.redirect_to }}"
/>
</head>
<body>
<h1>
Redirecting...
</h1>
<a
href=
"{{ page.redirect_to }}"
>
Click here if you are not redirected.
<a>
<script>
location
=
'
{{ page.redirect_to }}
'
</script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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