Commit ce2b80a8 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

init redirection

parents
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+4 −0
Original line number Diff line number Diff line
pages:
  script:
    - echo "Deploy pages"
 No newline at end of file

public/index.html

0 → 100644
+10 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Refresh" content="0; url=/doc" />
  </head>
  <body>
    <p>Follow this link <a href="/doc/"></a>.</p>
  </body>
</html>
 No newline at end of file