diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:05:18 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:05:18 +0200 |
commit | 7dcd436b8407810c28933d7cfee8f6e36456d622 (patch) | |
tree | 51e8e581635de3141602b746a02afe66a89a2b52 /static/r/rdv23 | |
parent | 4cbd53b6271f3ee616fc383bd03471e370b5a872 (diff) | |
download | site-7dcd436b8407810c28933d7cfee8f6e36456d622.tar.gz site-7dcd436b8407810c28933d7cfee8f6e36456d622.zip |
move root to static/ folder
Diffstat (limited to 'static/r/rdv23')
-rw-r--r-- | static/r/rdv23 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/r/rdv23 b/static/r/rdv23 new file mode 100644 index 0000000..6a8556c --- /dev/null +++ b/static/r/rdv23 @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"/> + <title>Redirection automatique en HTML</title> + <meta http-equiv="refresh" content="0; URL=https://guide.deuxfleurs.fr/formations/rdv-2023/"> +</head> + +<body> + <p>Cette page est une redirection vers : <a href="https://guide.deuxfleurs.fr/formations/rdv-2023/">Vénissieux Grand RDV 2023</a></p> +</body> + +</html> |