Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Koukofikis
serene
Commits
b6b94db8
You need to sign in or sign up before continuing.
Commit
b6b94db8
authored
Mar 15, 2021
by
Athanasios
Browse files
Explicit index.html
parent
6374aa14
Pipeline
#3564
passed with stages
in 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
b6b94db8
<!DOCTYPE html>
<meta
charset=
"utf-8"
>
<title>
Redirecting...
</title>
<meta
http-equiv=
"refresh"
content=
"0; URL=home"
>
<link
rel=
"canonical"
href=
"home"
>
\ No newline at end of file
<meta
http-equiv=
"refresh"
content=
"0; URL=home/index.html"
>
<link
rel=
"canonical"
href=
"home/index.html"
>
\ No newline at end of file
public/settings.js
View file @
b6b94db8
...
...
@@ -50,11 +50,11 @@ let settings = {
menu
:
[
{
menuText
:
"
home
"
,
link
:
`
${
BASE_URL
}
/home`
link
:
`
${
BASE_URL
}
/home
/index.html
`
},
{
menuText
:
"
results
"
,
link
:
`
${
BASE_URL
}
/results`
link
:
`
${
BASE_URL
}
/results
/index.html
`
},
{
menuText
:
"
demo
"
,
...
...
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