commit d77d4a4c32a3d57ed76c078b9ded099898b7c95b parent e568f84c68e65e0f778ade2cdbd0dc3ea006095e Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:13:53 -0700 Redirect /simulations/ to / Diffstat:
| A | simulations/index.html | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/simulations/index.html b/simulations/index.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta http-equiv="refresh" content="0; url=../"> + </head> +</html>