Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Koukofikis
mythesis
Commits
dd3ba8d4
You need to sign in or sign up before continuing.
Commit
dd3ba8d4
authored
Mar 12, 2021
by
Athanasios
Browse files
Fix redirection
parent
7af07d54
Pipeline
#3033
passed with stages
in 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/index.html
View file @
dd3ba8d4
<!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
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