Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Muddsair Sharif
AkustikiMobi
Commits
f493b6f6
Commit
f493b6f6
authored
3 years ago
by
Athanasios
Browse files
Options
Download
Email Patches
Plain Diff
Fix redirection
parent
485270fe
Pipeline
#3369
passed with stages
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+3
-3
public/index.html
with
3 additions
and
3 deletions
+3
-3
public/index.html
+
3
-
3
View file @
f493b6f6
<!DOCTYPE html>
<meta
charset=
"utf-8"
>
<title>
Redirecting to https://example.com/
</title>
<meta
http-equiv=
"refresh"
content=
"0; URL=/home"
>
<link
rel=
"canonical"
href=
"/home"
>
\ No newline at end of file
<title>
Redirecting...
</title>
<meta
http-equiv=
"refresh"
content=
"0; URL=home"
>
<link
rel=
"canonical"
href=
"home"
>
\ No newline at end of file
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