Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HCI Theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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