diff --git a/index.html b/index.html index b4653bff68d7e47c7b46adaec6d528efffd5775d..38657a1324efd75c0847acdae9594b6373975b42 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,9 @@ +<!DOCTYPE html> <html> -<head><meta charset="utf-8"> -<title>mods</title> +<head> +<meta http-equiv="refresh" content="0; url='https://modsproject.org'" /> </head> -<body link="black" alink="black" vlink="black"> -<script src="js/mods.js"></script> +<body> +redirect to https://modsproject.org </body> </html> diff --git a/oldindex.html b/oldindex.html new file mode 100644 index 0000000000000000000000000000000000000000..b4653bff68d7e47c7b46adaec6d528efffd5775d --- /dev/null +++ b/oldindex.html @@ -0,0 +1,8 @@ +<html> +<head><meta charset="utf-8"> +<title>mods</title> +</head> +<body link="black" alink="black" vlink="black"> +<script src="js/mods.js"></script> +</body> +</html>