Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
archetypen
Commits
437f1321
Commit
437f1321
authored
Apr 01, 2025
by
Eric Duminil
Browse files
Fixed link
parent
c8c229bb
Pipeline
#11035
passed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
437f1321
...
...
@@ -2,15 +2,15 @@
<html
lang=
"en-US"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"refresh"
content=
"0; url=
https://simstadt.hft-stuttgart.de/{{PATH}}
"
>
<meta
http-equiv=
"refresh"
content=
"0; url=
./baden-wuerttemberg.html
"
>
<script
type=
"text/javascript"
>
window
.
location
.
href
=
"
https://simstadt.hft-stuttgart.de/{{PATH}}
"
window
.
location
.
href
=
"
./baden-wuerttemberg.html
"
</script>
<title>
Page Redirection
</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this
<a
href=
'
https://simstadt.hft-stuttgart.de/{{PATH}}'
>
Link to SimStadt doc
</a>
.
If you are not redirected automatically, follow this
<a
href=
'
./baden-wuerttemberg.html'
>
Link to interaktive Karte
</a>
.
</body>
</html>
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