diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51cce74161c28254895cfcb1176cbd23c190b149..d6887ba9cd70af2f069947ff47928cc2cd39d888 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,8 @@ pages: - mkdir -p public/en/start/ - mkdir -p public/start/ - cp index.html public/ - - cp index.html public/en/start/ + - cp index_en.html public/en/start/ + - cp index_en.html public/en/ - cp index.html public/start/ artifacts: paths: diff --git a/index_en.html b/index_en.html new file mode 100644 index 0000000000000000000000000000000000000000..c6abd1be7ed668aa7d0a83a730e7eef81a642008 --- /dev/null +++ b/index_en.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> + <html> + <head> + <title>Redirect</title> + <meta charset="UTF-8" /> + <meta http-equiv="refresh" content="1; URL=https://bmi.usercontent.opencode.de/eudi-wallet/eidas2/en/" /> + </head> + <body> + <p>We moved <a href="https://bmi.usercontent.opencode.de/eudi-wallet/eidas2/en">here</a> </p> + </body> + </html> \ No newline at end of file