Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IQG4iCity
Schwabisch_Hall
Commits
dc81d152
Commit
dc81d152
authored
4 years ago
by
Athanasios
Browse files
Options
Download
Email Patches
Plain Diff
Explicit index.html
parent
2a9a3487
Pipeline
#6062
passed with stages
in 36 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/index.html
+2
-2
public/index.html
public/settings.js
+1
-1
public/settings.js
with
3 additions
and
3 deletions
+3
-3
public/index.html
+
2
-
2
View file @
dc81d152
<!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
This diff is collapsed.
Click to expand it.
public/settings.js
+
1
-
1
View file @
dc81d152
...
...
@@ -50,7 +50,7 @@ let settings = {
menu
:
[
{
menuText
:
"
home
"
,
link
:
`
${
BASE_URL
}
/home`
link
:
`
${
BASE_URL
}
/home
/index.html
`
},
{
menuText
:
"
demo
"
,
...
...
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
Menu
Explore
Projects
Groups
Snippets